mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-21 01:19:39 +02:00
6 lines
134 B
CMake
6 lines
134 B
CMake
set(TARGET_NAME gpu-gl-common)
|
|
setup_hifi_library(Concurrent)
|
|
link_hifi_libraries(shared gl gpu)
|
|
GroupSources("src")
|
|
target_opengl()
|
|
|