Use GLVND on GLES

This commit is contained in:
Julian Groß 2021-09-27 14:43:58 +02:00
parent 88b0045258
commit da71fbf294

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()