mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
2983621f6d
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=61208
5 lines
229 B
CMake
5 lines
229 B
CMake
|
|
add_executable(twain_32_winetest dsm.c testlist.c)
|
|
set_module_type(twain_32_winetest win32cui)
|
|
add_importlibs(twain_32_winetest user32 gdi32 msvcrt kernel32)
|
|
add_cd_file(TARGET twain_32_winetest DESTINATION reactos/bin FOR all)
|