[ROSAPPS] Add all sysutils to build which did build at rbuild times. Fix several...
[reactos.git] / rosapps / applications / sysutils / man / CMakeLists.txt
1
2 add_executable(man man.c)
3 set_module_type(man win32cui)
4 add_importlibs(man user32 msvcrt kernel32 ntdll)
5 add_cd_file(TARGET man DESTINATION reactos/system32 FOR all)