ZeroTierOne/ext/opentelemetry-cpp-1.21.0/bazel/nlohmann_json.BUILD
2025-07-11 10:37:21 -07:00

17 lines
325 B
Text

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
licenses(["notice"]) # 3-Clause BSD
exports_files(["LICENSE.MIT"])
cc_library(
name = "json",
hdrs = glob([
"include/**/*.hpp",
]),
includes = ["include"],
visibility = ["//visibility:public"],
alwayslink = 1,
)