Merge pull request #1376 from JulianGro/gles_glvnd

Use GLVND on GLES.
This commit is contained in:
Kalila 2021-09-30 17:26:14 -04:00 committed by GitHub
commit eab8dcd257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,4 +2,5 @@ set(TARGET_NAME gpu-gles)
setup_hifi_library(Gui Concurrent)
link_hifi_libraries(shared shaders gl gpu gpu-gl-common)
GroupSources("src")
set(OpenGL_GL_PREFERENCE "GLVND")
target_opengl()