| 12345678910111213141516171819202122232425262728 |
- # 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@
|