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:
parent
b660a82cc7
commit
65c1edfb1c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue