Merge pull request #78 from daleglass-overte/fix-tests-build

Fix test build system enough to build some tests
This commit is contained in:
Dale Glass 2022-06-05 22:32:31 +02:00 committed by GitHub
commit b3bd6c7ac8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 ()