mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:17:28 +02:00
Fix animation tests build
This commit is contained in:
parent
e2b140848f
commit
f6765d41e7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Declare dependencies
|
# Declare dependencies
|
||||||
macro (setup_testcase_dependencies)
|
macro (setup_testcase_dependencies)
|
||||||
# link in the shared libraries
|
# 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()
|
package_libraries_for_deployment()
|
||||||
endmacro ()
|
endmacro ()
|
||||||
|
|
Loading…
Reference in a new issue