mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
7 lines
290 B
CMake
7 lines
290 B
CMake
|
|
set_cpp(WITH_RUNTIME)
|
|
add_executable(ole32_apitest initializespy.cpp testlist.c)
|
|
target_link_libraries(ole32_apitest wine uuid)
|
|
set_module_type(ole32_apitest win32cui)
|
|
add_importlibs(ole32_apitest user32 gdi32 shell32 ole32 shlwapi msvcrt kernel32)
|
|
add_rostests_file(TARGET ole32_apitest)
|