overte/libraries/ui/CMakeLists.txt
Bradley Austin Davis b93e91b9f3 New android toolchain
2017-09-19 13:45:12 -07:00

6 lines
253 B
CMake

set(TARGET_NAME ui)
setup_hifi_library(OpenGL Network Qml Quick Script WebChannel WebEngine WebSockets XmlPatterns)
link_hifi_libraries(shared networking gl audio)
# Required for some low level GL interaction in the OffscreenQMLSurface
target_opengl()