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