mirror of
https://github.com/reactos/reactos.git
synced 2025-06-30 08:01:22 +00:00
11 lines
270 B
Text
11 lines
270 B
Text
![]() |
|
||
|
add_executable(cmd_help
|
||
|
help.c
|
||
|
help.rc)
|
||
|
|
||
|
set_module_type(cmd_help win32cui UNICODE)
|
||
|
add_importlibs(cmd_help msvcrt kernel32 user32)
|
||
|
|
||
|
set_target_properties(cmd_help PROPERTIES OUTPUT_NAME "help")
|
||
|
add_cd_file(TARGET cmd_help DESTINATION reactos/system32 FOR all)
|