mirror of
https://github.com/andrewchilicki/LumonMDR.git
synced 2025-07-01 18:17:27 -04:00
Add OpenGL preference
This commit is contained in:
@ -31,6 +31,7 @@ if(CMAKE_CROSSCOMPILING)
|
||||
endif()
|
||||
|
||||
# OpenGL
|
||||
set(OpenGL_GL_PREFERENCE GLVND)
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
||||
# GLFW
|
||||
|
Reference in New Issue
Block a user