[NTOSKRNL] Drop the useless Timestamp field
[reactos.git] / dll / win32 / netid / CMakeLists.txt
1
2 spec2def(netid.dll netid.spec)
3
4 list(APPEND SOURCE
5 netid.c
6 netid.rc
7 ${CMAKE_CURRENT_BINARY_DIR}/netid.def)
8
9 add_library(netid MODULE ${SOURCE})
10 set_module_type(netid win32dll UNICODE)
11 add_importlibs(netid user32 gdi32 comctl32 advapi32 netapi32 msvcrt kernel32 ntdll)
12 add_cd_file(TARGET netid DESTINATION reactos/system32 FOR all)