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