reactos/rosapps/applications/cmdutils/touch/CMakeLists.txt
Hermès Bélusca-Maïto 0dc9aa5b13 [ROSAPPS]
- 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
2014-05-13 21:07:49 +00:00

11 lines
275 B
CMake

add_executable(touch err.c touch.c touch.rc)
target_link_libraries(touch getopt)
set_module_type(touch win32cui)
add_importlibs(touch msvcrt kernel32)
if(MSVC)
target_link_libraries(touch oldnames)
endif()
add_cd_file(TARGET touch DESTINATION reactos/system32 FOR all)