mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:27:04 +02:00
8 lines
281 B
CMake
8 lines
281 B
CMake
set(TARGET_NAME ui)
|
|
setup_hifi_library(OpenGL Network Qml Quick Script WebChannel WebEngine WebSockets XmlPatterns)
|
|
link_hifi_libraries(shared networking gl audio)
|
|
|
|
if (NOT ANDROID)
|
|
# Required for some low level GL interaction in the OffscreenQMLSurface
|
|
target_glew()
|
|
endif ()
|