mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 09:12:27 +00:00
11 lines
182 B
Text
11 lines
182 B
Text
|
add_executable(xcopy
|
||
|
xcopy.c
|
||
|
rsrc.rc)
|
||
|
|
||
|
set_module_type(xcopy win32cui)
|
||
|
|
||
|
set_unicode(xcopy yes)
|
||
|
|
||
|
add_importlibs(xcopy shell32 user32 msvcrt)
|
||
|
|
||
|
target_link_libraries(xcopy wine)
|