xref: /reactos/dll/win32/netid/CMakeLists.txt (revision 62919904)
1
2spec2def(netid.dll netid.spec)
3
4list(APPEND SOURCE
5    netid.c
6    netid.rc
7    ${CMAKE_CURRENT_BINARY_DIR}/netid.def)
8
9add_library(netid MODULE ${SOURCE})
10set_module_type(netid win32dll UNICODE)
11add_importlibs(netid user32 gdi32 comctl32 advapi32 netapi32 msvcrt kernel32 ntdll)
12add_cd_file(TARGET netid DESTINATION reactos/system32 FOR all)
13