]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/push/tests/integration/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / prometheus-cpp / push / tests / integration / CMakeLists.txt
1
2 add_executable(sample_client
3 sample_client.cc
4 )
5
6 target_link_libraries(sample_client
7 PRIVATE
8 ${PROJECT_NAME}::push
9 )