overte/libraries/qml/CMakeLists.txt
2018-02-06 11:53:09 -08:00

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()