mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-15 06:27:27 +02:00
11 lines
184 B
CMake
11 lines
184 B
CMake
set(TARGET_NAME gpu-gles)
|
|
setup_hifi_library(OpenGL)
|
|
link_hifi_libraries(shared gl gpu)
|
|
GroupSources("src")
|
|
|
|
target_opengl()
|
|
target_nsight()
|
|
|
|
if (NOT ANDROID)
|
|
target_glew()
|
|
endif ()
|