mirror of
https://github.com/overte-org/overte.git
synced 2025-06-18 22:01:52 +02:00
13 lines
510 B
CMake
13 lines
510 B
CMake
# Copyright 2023 Overte e.V.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Declare dependencies
|
|
macro (setup_testcase_dependencies)
|
|
# V8TODO: replace most link_hifi_libraries with include_hifi_library_headers
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared test-utils script-engine networking octree avatars entities model-networking material-networking model-serializers graphics gpu ktx shaders hfm image procedural)
|
|
|
|
package_libraries_for_deployment()
|
|
endmacro ()
|
|
|
|
setup_hifi_testcase(Network)
|