mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
7 lines
280 B
Text
7 lines
280 B
Text
|
|
||
|
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)
|