Skip to content

Commit 87b267d

Browse files
committed
merge cleanup
1 parent 0d92997 commit 87b267d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exporters/otlp/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ if(WITH_OTLP_GRPC)
133133

134134
add_library(
135135
opentelemetry_otlp_grpc_builder
136+
${OPENTELEMETRY_OTLP_TARGETS_LIB_TYPE}
136137
src/otlp_grpc_span_builder.cc src/otlp_grpc_push_metric_builder.cc
137138
src/otlp_grpc_log_record_builder.cc)
138139
set_target_properties(opentelemetry_otlp_grpc_builder
@@ -244,6 +245,7 @@ if(WITH_OTLP_HTTP)
244245

245246
add_library(
246247
opentelemetry_otlp_http_builder
248+
${OPENTELEMETRY_OTLP_TARGETS_LIB_TYPE}
247249
src/otlp_http_span_builder.cc src/otlp_http_push_metric_builder.cc
248250
src/otlp_http_log_record_builder.cc)
249251
set_target_properties(opentelemetry_otlp_http_builder
@@ -347,6 +349,7 @@ if(WITH_OTLP_FILE)
347349

348350
add_library(
349351
opentelemetry_otlp_file_builder
352+
${OPENTELEMETRY_OTLP_TARGETS_LIB_TYPE}
350353
src/otlp_file_span_builder.cc src/otlp_file_push_metric_builder.cc
351354
src/otlp_file_log_record_builder.cc)
352355

0 commit comments

Comments
 (0)