reactos/rostests/winetests/xcopy/CMakeLists.txt
Amine Khaldi 931a7cbb25 [XCOPY_WINETEST]
* Import from Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64869
2014-10-21 15:50:16 +00:00

6 lines
206 B
CMake

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)