[ROSAPPS]
[reactos.git] / rosapps / applications / cmdutils / touch / CMakeLists.txt
1
2 add_executable(touch err.c touch.c touch.rc)
3 target_link_libraries(touch getopt)
4 set_module_type(touch win32cui)
5 add_importlibs(touch msvcrt kernel32)
6 if(MSVC)
7 target_link_libraries(touch oldnames)
8 endif()
9
10 add_cd_file(TARGET touch DESTINATION reactos/system32 FOR all)