mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
6 lines
206 B
Text
6 lines
206 B
Text
|
|
||
|
add_executable(xcopy_winetest xcopy.c testlist.c)
|
||
|
set_module_type(xcopy_winetest win32cui)
|
||
|
add_importlibs(xcopy_winetest msvcrt kernel32)
|
||
|
add_cd_file(TARGET xcopy_winetest DESTINATION reactos/bin FOR all)
|