1 2add_executable(ole32_apitest initializespy.cpp testlist.c) 3target_link_libraries(ole32_apitest wine uuid cpprt) 4set_module_type(ole32_apitest win32cui) 5add_importlibs(ole32_apitest user32 gdi32 shell32 ole32 shlwapi msvcrt kernel32) 6add_rostests_file(TARGET ole32_apitest) 7