mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:22:07 +02:00
7 lines
283 B
CMake
7 lines
283 B
CMake
set(TARGET_NAME qml)
|
|
setup_hifi_library(Multimedia Network Qml Quick WebChannel WebSockets ${PLATFORM_QT_COMPONENTS})
|
|
link_hifi_libraries(shared networking gl)
|
|
|
|
# Required for some low level GL interaction in the OffscreenQMLSurface
|
|
set(OpenGL_GL_PREFERENCE "GLVND")
|
|
target_opengl()
|