]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/examples/plugin/plugin/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / examples / plugin / plugin / CMakeLists.txt
1 add_library(example_plugin SHARED tracer.cc factory_impl.cc)
2 target_link_libraries(example_plugin opentelemetry_api)