]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/api/test/baggage/propagation/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / api / test / baggage / propagation / CMakeLists.txt
CommitLineData
1e59de90
TL
1foreach(testname baggage_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 baggage.
8 TEST_LIST ${testname})
9endforeach()