]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/examples/prometheus/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / examples / prometheus / CMakeLists.txt
1 include_directories(${CMAKE_SOURCE_DIR}/exporters/prometheus/include)
2 add_executable(prometheus_example main.cc)
3 target_link_libraries(
4 prometheus_example ${CMAKE_THREAD_LIBS_INIT} opentelemetry_metrics
5 prometheus_exporter opentelemetry_resources common_metrics_foo_library)