mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 18:35:32 +02:00
9 lines
244 B
CMake
9 lines
244 B
CMake
# Declare dependencies
|
|
macro (setup_testcase_dependencies)
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared animation gpu fbx graphics networking test-utils)
|
|
|
|
package_libraries_for_deployment()
|
|
endmacro ()
|
|
|
|
setup_hifi_testcase()
|