a82deedb755f07db59d7a3c7df694f626753cb94
[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)