mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 00:52:37 +02:00
6 lines
188 B
CMake
6 lines
188 B
CMake
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()
|