Skip to content

Commit

Permalink
install sdk config (open-telemetry#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
esigo committed Mar 21, 2022
1 parent 31d888a commit e072daa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ install(
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})

install(
DIRECTORY include/opentelemetry/
DESTINATION include/opentelemetry/
FILES_MATCHING
PATTERN "*config.h")

set(LOGS_EXCLUDE_PATTERN "")
if(NOT WITH_LOGS_PREVIEW)
set(LOGS_EXCLUDE_PATTERN "logs")
Expand Down

0 comments on commit e072daa

Please sign in to comment.