reactos/rosapps/applications/sysutils/utils/cat/CMakeLists.txt

6 lines
162 B
CMake
Raw Normal View History

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