hopefully resolves the last reported link error on macos

This commit is contained in:
Heather Anderson 2021-09-04 01:22:43 -07:00 committed by ksuprynowicz
parent fb93e39f66
commit d868143da0

View file

@ -1,6 +1,6 @@
set(TARGET_NAME avatars-renderer)
setup_hifi_library(Network)
link_hifi_libraries(shared shaders gpu graphics animation material-networking model-networking render render-utils image entities-renderer physics)
link_hifi_libraries(shared shaders gpu graphics animation material-networking model-networking render render-utils image entities-renderer physics recording)
include_hifi_library_headers(audio)
include_hifi_library_headers(avatars)
include_hifi_library_headers(entities)
@ -11,7 +11,6 @@ include_hifi_library_headers(model-serializers)
include_hifi_library_headers(networking)
include_hifi_library_headers(octree)
include_hifi_library_headers(procedural)
include_hifi_library_headers(recording)
include_hifi_library_headers(script-engine)
include_hifi_library_headers(task)
include_hifi_library_headers(workload)