]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/api/test/trace/propagation/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / api / test / trace / propagation / CMakeLists.txt
CommitLineData
1e59de90
TL
1foreach(testname http_text_format_test b3_propagation_test
2 jaeger_propagation_test)
3 add_executable(${testname} "${testname}.cc")
4 target_link_libraries(${testname} ${GTEST_BOTH_LIBRARIES}
5 ${CMAKE_THREAD_LIBS_INIT} opentelemetry_api)
6 gtest_add_tests(
7 TARGET ${testname}
8 TEST_PREFIX trace.
9 TEST_LIST ${testname})
10endforeach()