reactos/rosapps/applications/sysutils/tcat/CMakeLists.txt

6 lines
171 B
CMake

add_executable(tcat cat.c)
set_module_type(tcat win32cui)
add_importlibs(tcat user32 msvcrt kernel32 ntdll)
add_cd_file(TARGET tcat DESTINATION reactos/system32 FOR all)