mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
cc7cf82673
CORE-17097
6 lines
154 B
CMake
6 lines
154 B
CMake
|
|
add_executable(cat cat.c)
|
|
set_module_type(cat win32cui)
|
|
add_importlibs(cat msvcrt kernel32)
|
|
add_cd_file(TARGET cat DESTINATION reactos/system32 FOR all)
|