[CMAKE]
[reactos.git] / base / applications / cmdutils / xcopy / CMakeLists.txt
1
2 set_unicode()
3
4 add_executable(xcopy xcopy.c rsrc.rc)
5
6 target_link_libraries(xcopy wine)
7
8 set_module_type(xcopy win32cui)
9 add_importlibs(xcopy shell32 user32 msvcrt kernel32 ntdll)
10
11 add_cab_target(xcopy 1)