mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 10:38:55 +02:00
5 lines
154 B
CMake
5 lines
154 B
CMake
set(TARGET_NAME gpu-gles)
|
|
setup_hifi_library(Gui Concurrent)
|
|
link_hifi_libraries(shared shaders gl gpu gpu-gl-common)
|
|
GroupSources("src")
|
|
target_opengl()
|