[CLASS2]
[reactos.git] / reactos / base / applications / cmdutils / xcopy / CMakeLists.txt
1
2 add_executable(xcopy xcopy.c xcopy.rc)
3 target_link_libraries(xcopy wine)
4 set_module_type(xcopy win32cui UNICODE)
5 add_importlibs(xcopy shell32 user32 msvcrt kernel32 ntdll)
6 add_cd_file(TARGET xcopy DESTINATION reactos/system32 FOR all)