reactos/base/system/dllhost/CMakeLists.txt

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)