[MOVEFILE]
[reactos.git] / rosapps / applications / rosinternals / movefile / CMakeLists.txt
1 list(APPEND SOURCE movefile.c movefile.rc)
2 add_executable(movefile ${SOURCE})
3 set_module_type(movefile win32cui UNICODE)
4 add_importlibs(movefile msvcrt kernel32 ntdll)
5 add_cd_file(TARGET movefile DESTINATION reactos/system32 FOR all)