overte-HifiExperiments/libraries/gpu-gl/CMakeLists.txt
2016-06-10 17:01:22 -07:00

7 lines
No EOL
130 B
CMake

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