mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-05 21:32:12 +02:00
13 lines
358 B
CMake
13 lines
358 B
CMake
# Copyright 2015, 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 audio audio-client plugins networking script-engine)
|
|
|
|
package_libraries_for_deployment()
|
|
endmacro ()
|
|
|
|
setup_hifi_testcase()
|