mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
bb8a3f4e09
Ensure that our SW implementation exposes the same extensions and the same pixel formats than windows.
7 lines
280 B
CMake
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)
|