mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
6 lines
199 B
CMake
6 lines
199 B
CMake
|
|
add_executable(dllhost dllhost.c dllhost.rc)
|
|
set_module_type(dllhost win32gui UNICODE)
|
|
add_importlibs(dllhost msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET dllhost DESTINATION reactos/system32 FOR all)
|