component-definitions.cmake 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 api)
  8. # ----------------------------------------------------------------------
  9. # COMPONENT to TARGET lists
  10. # ----------------------------------------------------------------------
  11. # COMPONENT api
  12. set(COMPONENT_api_TARGETS
  13. opentelemetry-cpp::api
  14. )
  15. #-----------------------------------------------------------------------
  16. # COMPONENT to COMPONENT dependencies
  17. #-----------------------------------------------------------------------
  18. # COMPONENT api internal dependencies
  19. set(COMPONENT_api_COMPONENT_DEPENDS
  20. )
  21. #-----------------------------------------------------------------------
  22. # COMPONENT to THIRDPARTY dependencies
  23. #-----------------------------------------------------------------------
  24. # COMPONENT api thirdparty dependencies
  25. set(COMPONENT_api_THIRDPARTY_DEPENDS
  26. )