mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 21:53:12 +02:00
5 lines
132 B
CMake
5 lines
132 B
CMake
set(TARGET_NAME gpu-gles)
|
|
setup_hifi_library(Gui Concurrent)
|
|
link_hifi_libraries(shared gl gpu)
|
|
GroupSources("src")
|
|
target_opengl()
|