Create a branch for working on csrss and co.
[reactos.git] / base / applications / cmdutils / xcopy / CMakeLists.txt
1
2 set_rc_compiler()
3
4 add_executable(xcopy xcopy.c rsrc.rc)
5
6 target_link_libraries(xcopy wine)
7 set_module_type(xcopy win32cui UNICODE)
8 add_importlibs(xcopy shell32 user32 msvcrt kernel32 ntdll)
9 add_cd_file(TARGET xcopy DESTINATION reactos/system32 FOR all)