mirror of
https://github.com/overte-org/overte.git
synced 2025-04-30 17:42:50 +02:00
6 lines
142 B
CMake
6 lines
142 B
CMake
set(TARGET_NAME gpu-gl-common)
|
|
setup_hifi_library(Concurrent)
|
|
link_hifi_libraries(shared gl gpu shaders)
|
|
GroupSources("src")
|
|
target_opengl()
|
|
|