mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 16:05:17 +02:00
7 lines
336 B
CMake
7 lines
336 B
CMake
set(TARGET_NAME ui)
|
|
setup_hifi_library(OpenGL Multimedia Network Qml Quick Script WebChannel WebEngine WebSockets XmlPatterns)
|
|
link_hifi_libraries(shared networking gl audio audio-client plugins pointers)
|
|
include_hifi_library_headers(controllers)
|
|
|
|
# Required for some low level GL interaction in the OffscreenQMLSurface
|
|
target_opengl()
|