* Sync to trunk HEAD (r53318).
[reactos.git] / base / applications / cmdutils / xcopy / CMakeLists.txt
1
2 set_unicode()
3 set_rc_compiler()
4
5 add_executable(xcopy xcopy.c rsrc.rc)
6
7 target_link_libraries(xcopy wine)
8 set_module_type(xcopy win32cui)
9 add_importlibs(xcopy shell32 user32 msvcrt kernel32 ntdll)
10 add_cd_file(TARGET xcopy DESTINATION reactos/system32 FOR all)