mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 11:22:10 +02:00
10 lines
311 B
CMake
10 lines
311 B
CMake
|
|
# 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)
|
|
|
|
package_libraries_for_deployment()
|
|
endmacro ()
|
|
|
|
setup_hifi_testcase(Script Network)
|