]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/bazel/nlohmann_json.BUILD
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / bazel / nlohmann_json.BUILD
1 licenses(["notice"]) # 3-Clause BSD
2
3 exports_files(["LICENSE.MIT"])
4
5 cc_library(
6 name = "json",
7 hdrs = glob([
8 "include/**/*.hpp",
9 ]),
10 includes = ["include"],
11 visibility = ["//visibility:public"],
12 alwayslink = 1,
13 )
14