mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
b9f7c1566a
svn path=/trunk/; revision=67434
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)
|