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

9 lines
213 B
CMake

set(TARGET_NAME gpu-gl)
setup_hifi_library(Concurrent)
link_hifi_libraries(shared gl gpu gpu-gl-common)
if (UNIX)
target_link_libraries(${TARGET_NAME} pthread)
endif(UNIX)
GroupSources("src")
target_opengl()