mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
6 lines
167 B
Text
6 lines
167 B
Text
![]() |
|
||
|
add_executable(man man.c)
|
||
|
set_module_type(man win32cui)
|
||
|
add_importlibs(man user32 msvcrt kernel32 ntdll)
|
||
|
add_cd_file(TARGET man DESTINATION reactos/system32 FOR all)
|