[SETUPLIB] Improve the bootloader 'validity' checks -- Addendum to f06734e5 (r74512).
[reactos.git] / base / services / svchost / CMakeLists.txt
1
2 list(APPEND SOURCE
3 globals.c
4 registry.c
5 rpcsrv.c
6 netbios.c
7 svchost.c
8 svchost.h)
9
10 add_executable(svchost
11 ${SOURCE}
12 security.cxx
13 svchost.rc)
14
15 target_link_libraries(svchost uuid)
16 set_module_type(svchost win32cui UNICODE)
17 add_delay_importlibs(svchost netapi32 ole32)
18 add_importlibs(svchost advapi32 rpcrt4 kernel32 ntdll)
19 add_pch(svchost svchost.h SOURCE)
20 add_cd_file(TARGET svchost DESTINATION reactos/system32 FOR all)