mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
528ebe204e
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60245
5 lines
219 B
CMake
5 lines
219 B
CMake
|
|
add_executable(itss_winetest protocol.c testlist.c rsrc.rc)
|
|
set_module_type(itss_winetest win32cui)
|
|
add_importlibs(itss_winetest ole32 msvcrt kernel32)
|
|
add_cd_file(TARGET itss_winetest DESTINATION reactos/bin FOR all)
|