overte-HifiExperiments/libraries/gpu-gles/CMakeLists.txt

11 lines
188 B
CMake

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