]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/examples/plugin/plugin/BUILD
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / examples / plugin / plugin / BUILD
1 cc_binary(
2 name = "example_plugin.so",
3 srcs = [
4 "factory_impl.cc",
5 "tracer.cc",
6 "tracer.h",
7 ],
8 linkshared = 1,
9 deps = [
10 "//api",
11 ],
12 )