mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 12:15:13 +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()
|