diff options
| author | liuxueli <[email protected]> | 2024-08-02 10:08:15 +0000 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2024-08-02 10:08:15 +0000 |
| commit | 36e098d25a18304e841217f4b95fc7fecc3dae03 (patch) | |
| tree | 8007aba730a5d626f1f6f0e6bf46240db9ed1a1c /CMakeLists.txt | |
| parent | e603265e2639cc032869bd534110ac5e6e0345dd (diff) | |
Feature: install packet_exdata.h packet_mq.hv2.1.5
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index db7e0df..6384eeb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,6 +100,8 @@ add_subdirectory(examples/stellar_plugin) enable_testing() add_subdirectory(test) +install(FILES include/stellar/packet_exdata.h DESTINATION ${CMAKE_INSTALL_PREFIX}/framework/include/stellar COMPONENT Headers) +install(FILES include/stellar/packet_mq.h DESTINATION ${CMAKE_INSTALL_PREFIX}/framework/include/stellar COMPONENT Headers) install(FILES include/stellar/session_exdata.h DESTINATION ${CMAKE_INSTALL_PREFIX}/framework/include/stellar COMPONENT Headers) install(FILES include/stellar/session_mq.h DESTINATION ${CMAKE_INSTALL_PREFIX}/framework/include/stellar COMPONENT Headers) install(FILES include/stellar/session.h DESTINATION ${CMAKE_INSTALL_PREFIX}/framework/include/stellar COMPONENT Headers) |
