[TRANSLATION] Update Simplified Chinese translation and notice. (#1108)
[reactos.git] / base / system / dllhost / CMakeLists.txt
1
2 add_executable(dllhost dllhost.c dllhost.rc)
3 set_module_type(dllhost win32gui UNICODE)
4 add_importlibs(dllhost msvcrt kernel32 ntdll)
5 add_cd_file(TARGET dllhost DESTINATION reactos/system32 FOR all)