overte-HifiExperiments/libraries/gpu-gl-common/CMakeLists.txt
2018-03-09 16:39:47 -08:00

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