mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-03 07:22:51 +02:00
28 lines
No EOL
1 KiB
CMake
28 lines
No EOL
1 KiB
CMake
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Configured from opentelemetry-cpp/cmake/component-definitions.cmake.in
|
|
|
|
# ----------------------------------------------------------------------
|
|
# opentelmetry-cpp Built COMPONENT list
|
|
# ----------------------------------------------------------------------
|
|
set(OTEL_BUILT_COMPONENTS_LIST @OTEL_BUILT_COMPONENTS_LIST@)
|
|
|
|
# ----------------------------------------------------------------------
|
|
# COMPONENT to TARGET lists
|
|
# ----------------------------------------------------------------------
|
|
|
|
@OTEL_COMPONENTS_TARGETS_BLOCK@
|
|
|
|
#-----------------------------------------------------------------------
|
|
# COMPONENT to COMPONENT dependencies
|
|
#-----------------------------------------------------------------------
|
|
|
|
@OTEL_COMPONENTS_INTERNAL_DEPENDENCIES_BLOCK@
|
|
|
|
|
|
#-----------------------------------------------------------------------
|
|
# COMPONENT to THIRDPARTY dependencies
|
|
#-----------------------------------------------------------------------
|
|
|
|
@OTEL_COMPONENTS_THIRDPARTY_DEPENDENCIES_BLOCK@ |