sglang_v0.5.2/pytorch_2.8.0/third_party/opentelemetry-cpp/sdk/BUILD

11 lines
243 B
Python

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
package(default_visibility = ["//visibility:public"])
cc_library(
name = "headers",
hdrs = glob(["include/**/*.h"]),
strip_include_prefix = "include",
)