1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
# 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@
|