1 2add_executable(tee tee.c tee.rc) 3set_module_type(tee win32cui) 4add_importlibs(tee msvcrt kernel32) 5add_cd_file(TARGET tee DESTINATION reactos/system32 FOR all) 6