mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
8 lines
267 B
CMake
8 lines
267 B
CMake
|
|
add_definitions(-D__WINESRC__)
|
|
add_executable(xcopy xcopy.c xcopy.rc)
|
|
target_link_libraries(xcopy wine)
|
|
set_module_type(xcopy win32cui UNICODE)
|
|
add_importlibs(xcopy shell32 user32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET xcopy DESTINATION reactos/system32 FOR all)
|