From a37a570c779890ffc3b94d8fd43146a332deb45d Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Sun, 5 Jun 2022 22:06:53 +0200 Subject: [PATCH] Fix test build system enough to build some tests --- tests/animation/CMakeLists.txt | 2 +- tests/octree/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/animation/CMakeLists.txt b/tests/animation/CMakeLists.txt index e378750425..3ffe014ee8 100644 --- a/tests/animation/CMakeLists.txt +++ b/tests/animation/CMakeLists.txt @@ -1,7 +1,7 @@ # Declare dependencies macro (setup_testcase_dependencies) # link in the shared libraries - link_hifi_libraries(shared animation gpu fbx hfm graphics networking test-utils image) + link_hifi_libraries(shared animation gpu hfm graphics networking test-utils image) package_libraries_for_deployment() endmacro () diff --git a/tests/octree/CMakeLists.txt b/tests/octree/CMakeLists.txt index 287a3b73d8..86fe6c4c31 100644 --- a/tests/octree/CMakeLists.txt +++ b/tests/octree/CMakeLists.txt @@ -2,7 +2,7 @@ # Declare dependencies macro (setup_testcase_dependencies) # link in the shared libraries - link_hifi_libraries(shared test-utils octree gpu graphics fbx networking entities avatars audio animation script-engine physics) + link_hifi_libraries(shared test-utils octree gpu graphics networking entities avatars audio animation script-engine physics) package_libraries_for_deployment() endmacro ()