mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-29 02:27:18 +02:00
11 lines
188 B
CMake
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 ()
|