Skip to content

Commit

Permalink
[C] add export header files
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkingChen committed Feb 19, 2025
1 parent 2511143 commit 3c89d11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aeron-archive/src/main/c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,8 @@ if (AERON_INSTALL_TARGETS)
RUNTIME DESTINATION lib
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
install(DIRECTORY ./ DESTINATION include/aeron FILES_MATCHING PATTERN "aeron_archive.h")
install(DIRECTORY ./ DESTINATION include/aeron
FILES_MATCHING PATTERN "aeron_archive.h"
PATTERN "aeron_archive_context.h"
PATTERN "aeron_archive_credentials_supplier.h")
endif ()

0 comments on commit 3c89d11

Please sign in to comment.