mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
0dc9aa5b13
- Fix some newlines, - Fireball == Aleksey, not Aleasky :P (ahh, GreatLord, we miss you ^^), - Fix rosddt (ROS Device Detection Tool) readme file (convert into UTF-8 without BOM). svn path=/trunk/; revision=63280
5 lines
161 B
CMake
5 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)
|