mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 21:03:42 +02:00
Merge pull request #78 from daleglass-overte/fix-tests-build
Fix test build system enough to build some tests
This commit is contained in:
commit
b3bd6c7ac8
2 changed files with 2 additions and 2 deletions
|
@ -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 ()
|
||||
|
|
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue