mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
38fc098b92
* Sync with Wine 1.7.27. CORE-8540 svn path=/trunk/; revision=64504
7 lines
282 B
CMake
7 lines
282 B
CMake
|
|
add_executable(oleacc_winetest main.c testlist.c)
|
|
set_module_type(oleacc_winetest win32cui)
|
|
target_link_libraries(oleacc_winetest uuid)
|
|
add_importlibs(oleacc_winetest oleacc oleaut32 ole32 user32 msvcrt kernel32)
|
|
add_cd_file(TARGET oleacc_winetest DESTINATION reactos/bin FOR all)
|