From d868143da049e5f60c5f79af260514ec83144ff7 Mon Sep 17 00:00:00 2001 From: Heather Anderson Date: Sat, 4 Sep 2021 01:22:43 -0700 Subject: [PATCH] hopefully resolves the last reported link error on macos --- libraries/avatars-renderer/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/avatars-renderer/CMakeLists.txt b/libraries/avatars-renderer/CMakeLists.txt index a1a00582df..dfc1126be5 100644 --- a/libraries/avatars-renderer/CMakeLists.txt +++ b/libraries/avatars-renderer/CMakeLists.txt @@ -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)