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