File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments