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