mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[SVCHOST]
* CMake file improvements. svn path=/trunk/; revision=60036
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
|
||||
add_executable(svchost globals.c registry.c security.cxx rpcsrv.c netbios.c svchost.c svchost.rc)
|
||||
list(APPEND SOURCE
|
||||
globals.c
|
||||
registry.c
|
||||
security.cxx
|
||||
rpcsrv.c
|
||||
netbios.c
|
||||
svchost.c)
|
||||
|
||||
add_executable(svchost ${SOURCE} svchost.rc)
|
||||
target_link_libraries(svchost uuid)
|
||||
set_module_type(svchost win32cui UNICODE)
|
||||
add_importlibs(svchost advapi32 netapi32 rpcrt4 ole32 kernel32 ntdll)
|
||||
|
||||
Reference in New Issue
Block a user