From 38064b95c5f3e648cf4d14a9d0176402acfeebf8 Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Thu, 13 Oct 2022 20:53:29 +0200 Subject: [PATCH] Fix animation tests build --- tests/animation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/animation/CMakeLists.txt b/tests/animation/CMakeLists.txt index 227914c2ba..56562509b1 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 hfm model-serializers graphics networking test-utils image) + link_hifi_libraries(shared animation gpu hfm model-serializers graphics networking test-utils image script-engine) package_libraries_for_deployment() endmacro ()