overte/libraries/gpu-gl-common/CMakeLists.txt
2021-09-17 21:04:12 +02:00

8 lines
177 B
CMake

set(TARGET_NAME gpu-gl-common)
setup_hifi_library(Concurrent)
link_hifi_libraries(shared gl gpu shaders)
GroupSources("src")
set(OpenGL_GL_PREFERENCE "GLVND")
target_opengl()