overte/libraries/gpu-gl/CMakeLists.txt
2016-08-31 11:03:53 -07:00

10 lines
160 B
CMake

set(TARGET_NAME gpu-gl)
setup_hifi_library()
link_hifi_libraries(shared gl gpu)
GroupSources("src")
target_opengl()
if (NOT ANDROID)
target_glew()
endif ()