Skip to content

Commit b028914

Browse files
committed
add curl link to zipkin test
1 parent 7299995 commit b028914

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

exporters/zipkin/CMakeLists.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,13 @@ if(BUILD_TESTING)
6464
add_executable(zipkin_exporter_test test/zipkin_exporter_test.cc)
6565

6666
target_link_libraries(
67-
zipkin_exporter_test ${GTEST_BOTH_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}
68-
${GMOCK_LIB} opentelemetry_exporter_zipkin_trace opentelemetry_resources)
67+
zipkin_exporter_test
68+
${GTEST_BOTH_LIBRARIES}
69+
${CMAKE_THREAD_LIBS_INIT}
70+
${GMOCK_LIB}
71+
opentelemetry_exporter_zipkin_trace
72+
opentelemetry_resources
73+
${CURL_LIBRARIES})
6974

7075
gtest_add_tests(
7176
TARGET zipkin_exporter_test

0 commit comments

Comments
 (0)