overte-HifiExperiments/libraries/gpu-gl/CMakeLists.txt
2016-05-16 12:54:17 -07:00

8 lines
No EOL
157 B
CMake

set(TARGET_NAME gpu-gl)
AUTOSCRIBE_SHADER_LIB(gpu)
setup_hifi_library()
link_hifi_libraries(shared gl gpu)
GroupSources("src")
target_glew()
target_opengl()