component-definitions.cmake.in 1.0 KB

12345678910111213141516171819202122232425262728
  1. # Copyright The OpenTelemetry Authors
  2. # SPDX-License-Identifier: Apache-2.0
  3. # Configured from opentelemetry-cpp/cmake/component-definitions.cmake.in
  4. # ----------------------------------------------------------------------
  5. # opentelmetry-cpp Built COMPONENT list
  6. # ----------------------------------------------------------------------
  7. set(OTEL_BUILT_COMPONENTS_LIST @OTEL_BUILT_COMPONENTS_LIST@)
  8. # ----------------------------------------------------------------------
  9. # COMPONENT to TARGET lists
  10. # ----------------------------------------------------------------------
  11. @OTEL_COMPONENTS_TARGETS_BLOCK@
  12. #-----------------------------------------------------------------------
  13. # COMPONENT to COMPONENT dependencies
  14. #-----------------------------------------------------------------------
  15. @OTEL_COMPONENTS_INTERNAL_DEPENDENCIES_BLOCK@
  16. #-----------------------------------------------------------------------
  17. # COMPONENT to THIRDPARTY dependencies
  18. #-----------------------------------------------------------------------
  19. @OTEL_COMPONENTS_THIRDPARTY_DEPENDENCIES_BLOCK@