Fix animation tests build

This commit is contained in:
Dale Glass 2022-10-13 20:53:29 +02:00 committed by ksuprynowicz
parent 1a4eb3ac62
commit 38064b95c5

View file

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