We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a09d53 commit f646244Copy full SHA for f646244
exporters/zipkin/CMakeLists.txt
@@ -7,6 +7,11 @@ add_library(
7
opentelemetry_exporter_zipkin_trace
8
src/zipkin_exporter.cc src/zipkin_exporter_factory.cc src/recordable.cc)
9
10
+target_include_directories(
11
+ opentelemetry_exporter_zipkin_trace
12
+ PUBLIC "$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/include>"
13
+ "$<INSTALL_INTERFACE:include>")
14
+
15
target_link_libraries(
16
17
PUBLIC opentelemetry_trace opentelemetry_http_client_curl
0 commit comments