We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7299995 commit b028914Copy full SHA for b028914
exporters/zipkin/CMakeLists.txt
@@ -64,8 +64,13 @@ if(BUILD_TESTING)
64
add_executable(zipkin_exporter_test test/zipkin_exporter_test.cc)
65
66
target_link_libraries(
67
- zipkin_exporter_test ${GTEST_BOTH_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}
68
- ${GMOCK_LIB} opentelemetry_exporter_zipkin_trace opentelemetry_resources)
+ zipkin_exporter_test
+ ${GTEST_BOTH_LIBRARIES}
69
+ ${CMAKE_THREAD_LIBS_INIT}
70
+ ${GMOCK_LIB}
71
+ opentelemetry_exporter_zipkin_trace
72
+ opentelemetry_resources
73
+ ${CURL_LIBRARIES})
74
75
gtest_add_tests(
76
TARGET zipkin_exporter_test
0 commit comments