]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/jaegertracing/opentelemetry-cpp/examples/plugin/load/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / examples / plugin / load / CMakeLists.txt
diff --git a/ceph/src/jaegertracing/opentelemetry-cpp/examples/plugin/load/CMakeLists.txt b/ceph/src/jaegertracing/opentelemetry-cpp/examples/plugin/load/CMakeLists.txt
new file mode 100644 (file)
index 0000000..4677c24
--- /dev/null
@@ -0,0 +1,2 @@
+add_executable(load_plugin_example main.cc)
+target_link_libraries(load_plugin_example opentelemetry_api ${CMAKE_DL_LIBS})