mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 22:42:15 +02:00
8 lines
390 B
CMake
8 lines
390 B
CMake
set(TARGET_NAME ui)
|
|
setup_hifi_library(OpenGL Multimedia Network Qml Quick Script WebChannel WebSockets XmlPatterns ${PLATFORM_QT_COMPONENTS})
|
|
link_hifi_libraries(shared networking qml gl audio audio-client plugins pointers)
|
|
include_hifi_library_headers(controllers)
|
|
|
|
# Required for some low level GL interaction in the OffscreenQMLSurface
|
|
set(OpenGL_GL_PREFERENCE "GLVND")
|
|
target_opengl()
|