Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Jul 20, 2023
1 parent 2624d55 commit 2f11ef0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions exporters/ostream/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ if(BUILD_TESTING)
endif()

if(WITH_LOGS_PREVIEW)
add_library(opentelemetry_exporter_ostream_logs src/log_record_exporter.cc src/log_record_exporter_factory.cc)
add_library(opentelemetry_exporter_ostream_logs
src/log_record_exporter.cc src/log_record_exporter_factory.cc)
set_target_properties(opentelemetry_exporter_ostream_logs
PROPERTIES EXPORT_NAME ostream_log_record_exporter)
set_target_version(opentelemetry_exporter_ostream_logs)
Expand All @@ -96,8 +97,9 @@ if(WITH_LOGS_PREVIEW)
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(
FILES "include/opentelemetry/exporters/ostream/log_record_exporter.h"
"include/opentelemetry/exporters/ostream/log_record_exporter_factory.h"
FILES
"include/opentelemetry/exporters/ostream/log_record_exporter.h"
"include/opentelemetry/exporters/ostream/log_record_exporter_factory.h"
DESTINATION include/opentelemetry/exporters/ostream)
endif()

Expand Down

0 comments on commit 2f11ef0

Please sign in to comment.