mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 12:57:18 +02:00
Use GLVND on GLES
This commit is contained in:
parent
88b0045258
commit
da71fbf294
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@ set(TARGET_NAME gpu-gles)
|
||||||
setup_hifi_library(Gui Concurrent)
|
setup_hifi_library(Gui Concurrent)
|
||||||
link_hifi_libraries(shared shaders gl gpu gpu-gl-common)
|
link_hifi_libraries(shared shaders gl gpu gpu-gl-common)
|
||||||
GroupSources("src")
|
GroupSources("src")
|
||||||
|
set(OpenGL_GL_PREFERENCE "GLVND")
|
||||||
target_opengl()
|
target_opengl()
|
||||||
|
|
Loading…
Reference in a new issue