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