1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-06-22 18:10:17 +00:00
reactos/modules/rostests/apitests/opengl32/CMakeLists.txt

7 lines
280 B
Text
Raw Normal View History

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)