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 ()