Sync to trunk r65566.
[reactos.git] / base / applications / cmdutils / help / CMakeLists.txt
1
2 add_executable(cmd_help help.c help.rc)
3 set_module_type(cmd_help win32cui UNICODE)
4 add_importlibs(cmd_help user32 msvcrt kernel32)
5 set_target_properties(cmd_help PROPERTIES OUTPUT_NAME "help")
6 add_cd_file(TARGET cmd_help DESTINATION reactos/system32 FOR all)