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