mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
7 lines
267 B
CMake
7 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)
|