reactos/modules/rostests/apitests/opengl32/CMakeLists.txt
Jérôme Gardou bb8a3f4e09 [APITESTS] Add tests for opengl32.dll
Ensure that our SW implementation exposes the same extensions and the same pixel formats than windows.
2019-01-19 14:23:54 +01:00

7 lines
280 B
CMake

add_executable(opengl32_apitest sw_extensions.c sw_pixelformat.c testlist.c)
target_link_libraries(opengl32_apitest wine)
set_module_type(opengl32_apitest win32cui)
add_importlibs(opengl32_apitest opengl32 gdi32 user32 msvcrt kernel32)
add_rostests_file(TARGET opengl32_apitest)