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