Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Meakk committed Oct 14, 2024
1 parent 66ce6b0 commit 678751c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ if(F3D_MODULE_EXTERNAL_RENDERING)
endif()
if(F3D_TESTING_ENABLE_GLX_TESTS)
find_package(OpenGL COMPONENTS GLX REQUIRED)
find_library(X11_LIB X11 REQUIRED)
list(APPEND libf3dSDKTests_list TestSDKExternalWindowGLX.cxx)
endif()
if(F3D_TESTING_ENABLE_EXTERNAL_EGL)
Expand All @@ -75,7 +76,6 @@ if(F3D_MODULE_EXTERNAL_RENDERING)
endif()
if(WIN32)
find_package(OpenGL COMPONENTS OpenGL REQUIRED)
find_library(X11_LIB X11 REQUIRED)
list(APPEND libf3dSDKTests_list TestSDKExternalWindowWGL.cxx)
endif()
endif()
Expand Down

0 comments on commit 678751c

Please sign in to comment.