mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
6 lines
256 B
CMake
6 lines
256 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_rostests_file(TARGET oleacc_winetest)
|