Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / modules / 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)