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