[SHELL32] CDrivesFolder: Implement the eject and disconnect menu items. CORE-13841
[reactos.git] / dll / win32 / syssetup / CMakeLists.txt
1
2 spec2def(syssetup.dll syssetup.spec)
3
4 list(APPEND SOURCE
5 classinst.c
6 dllmain.c
7 install.c
8 logfile.c
9 security.c
10 wizard.c
11 precomp.h
12 ${CMAKE_CURRENT_BINARY_DIR}/syssetup_stubs.c)
13
14 add_library(syssetup SHARED
15 ${SOURCE}
16 syssetup.rc
17 ${CMAKE_CURRENT_BINARY_DIR}/syssetup.def)
18
19 add_pch(syssetup precomp.h SOURCE)
20 set_module_type(syssetup win32dll UNICODE)
21 target_link_libraries(syssetup uuid wine ${PSEH_LIB})
22 add_importlibs(syssetup advapi32 gdi32 user32 samlib userenv comctl32 setupapi ole32 shell32 shlwapi msvcrt kernel32 ntdll)
23 add_cd_file(TARGET syssetup DESTINATION reactos/system32 FOR all)