reactos/rosapps/applications/rosinternals/movefile/CMakeLists.txt
Pierre Schweitzer 9e84082a45 [MOVEFILE]
Open source the movefile utily that allows queueing deletion/renaming operations for the next reboot

svn path=/trunk/; revision=75531
2017-08-13 10:15:55 +00:00

6 lines
234 B
CMake

list(APPEND SOURCE movefile.c movefile.rc)
add_executable(movefile ${SOURCE})
set_module_type(movefile win32cui UNICODE)
add_importlibs(movefile msvcrt kernel32 ntdll)
add_cd_file(TARGET movefile DESTINATION reactos/system32 FOR all)