overte/libraries/gpu-gles/CMakeLists.txt
2021-09-27 14:43:58 +02:00

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