mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 08:32:48 +02:00
13 lines
415 B
CMake
13 lines
415 B
CMake
# Copyright 2014-2018, High Fidelity, Inc.
|
|
# Copyright 2022-2023 Overte e.V.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Declare dependencies
|
|
macro (setup_testcase_dependencies)
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared test-utils octree gpu graphics networking entities avatars audio animation script-engine physics)
|
|
|
|
package_libraries_for_deployment()
|
|
endmacro ()
|
|
|
|
setup_hifi_testcase(Network)
|