mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
6 lines
234 B
CMake
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)
|