mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 01:08:48 +02:00
6 lines
249 B
CMake
6 lines
249 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
|
|
target_opengl()
|