3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 13:55:31 +02:00

add missing link from render-utils to entities

This commit is contained in:
Stephen Birarda 2016-08-31 16:57:52 -07:00
parent b660a82cc7
commit 65c1edfb1c

View file

@ -3,7 +3,7 @@ AUTOSCRIBE_SHADER_LIB(gpu model render)
# pull in the resources.qrc file
qt5_add_resources(QT_RESOURCES_FILE "${CMAKE_CURRENT_SOURCE_DIR}/res/fonts/fonts.qrc")
setup_hifi_library(Widgets OpenGL Network Qml Quick Script)
link_hifi_libraries(shared gpu model model-networking render animation fbx)
link_hifi_libraries(shared gpu model model-networking render animation fbx entities)
if (NOT ANDROID)
target_nsight()