overte-AleziaKurdis/tests/animation/CMakeLists.txt

13 lines
398 B
CMake

# Copyright 2015-2019, 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 animation gpu hfm model-serializers graphics networking test-utils image script-engine)
package_libraries_for_deployment()
endmacro ()
setup_hifi_testcase()