1
2add_executable(xcopy xcopy.c xcopy.rc)
3target_link_libraries(xcopy wine)
4set_module_type(xcopy win32cui UNICODE)
5add_importlibs(xcopy shell32 user32 msvcrt kernel32 ntdll)
6add_cd_file(TARGET xcopy DESTINATION reactos/system32 FOR all)
7