xref: /reactos/base/system/dllhost/CMakeLists.txt (revision e08ae510)
1
2add_executable(dllhost dllhost.c dllhost.rc)
3set_module_type(dllhost win32gui UNICODE)
4add_importlibs(dllhost msvcrt kernel32 ntdll)
5add_cd_file(TARGET dllhost DESTINATION reactos/system32 FOR all)
6