mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 02:10:34 +00:00
5 lines
167 B
CMake
5 lines
167 B
CMake
|
|
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)
|