Fix test build system enough to build some tests

This commit is contained in:
Dale Glass 2022-06-05 22:06:53 +02:00
parent b3ec3da1b0
commit a37a570c77
2 changed files with 2 additions and 2 deletions

View file

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

View file

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