reactos/modules/rostests/apitests/ole32/CMakeLists.txt

7 lines
274 B
CMake
Raw Normal View History

add_executable(ole32_apitest initializespy.cpp testlist.c)
target_link_libraries(ole32_apitest wine uuid cpprt)
set_module_type(ole32_apitest win32cui)
add_importlibs(ole32_apitest user32 gdi32 shell32 ole32 shlwapi msvcrt kernel32)
add_rostests_file(TARGET ole32_apitest)