mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
2eed38eb5f
Follow-up to 3ee20de95f
.
8 lines
325 B
CMake
8 lines
325 B
CMake
|
|
add_definitions(-D__WINESRC__ -DWINETEST_USE_DBGSTR_LONGLONG)
|
|
|
|
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 ntdll)
|
|
add_rostests_file(TARGET oleacc_winetest)
|