You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

41 lines
1.1 KiB

# 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 api)
# ----------------------------------------------------------------------
# COMPONENT to TARGET lists
# ----------------------------------------------------------------------
# COMPONENT api
set(COMPONENT_api_TARGETS
opentelemetry-cpp::api
)
#-----------------------------------------------------------------------
# COMPONENT to COMPONENT dependencies
#-----------------------------------------------------------------------
# COMPONENT api internal dependencies
set(COMPONENT_api_COMPONENT_DEPENDS
)
#-----------------------------------------------------------------------
# COMPONENT to THIRDPARTY dependencies
#-----------------------------------------------------------------------
# COMPONENT api thirdparty dependencies
set(COMPONENT_api_THIRDPARTY_DEPENDS
)