mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
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)
|