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