diff options
| author | luwenpeng <[email protected]> | 2024-09-18 14:23:01 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-09-18 14:36:31 +0800 |
| commit | 22ba2e1d96671efd09119ede285b1786586daeb7 (patch) | |
| tree | 689798cec2a7645f0daff541334c7bb759b705b6 /include | |
| parent | 721d5d1466541cc54a991fc5359cd7013e10f936 (diff) | |
test(packet manager): re-schedule claimed packets
Diffstat (limited to 'include')
| -rw-r--r-- | include/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 29dcfeb..0e982cb 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -2,5 +2,5 @@ install(FILES stellar/utils.h DESTINATION include/stellar/ COMPONENT LIBRARIES) install(FILES stellar/packet.h DESTINATION include/stellar/ COMPONENT LIBRARIES) install(FILES stellar/session.h DESTINATION include/stellar/ COMPONENT LIBRARIES) install(FILES stellar/stellar.h DESTINATION include/stellar/ COMPONENT LIBRARIES) -install(FILES stellar/stellar_mq.h DESTINATION include/stellar/ COMPONENT LIBRARIES) -install(FILES stellar/stellar_exdata.h DESTINATION include/stellar/ COMPONENT LIBRARIES)
\ No newline at end of file +install(FILES stellar/mq.h DESTINATION include/stellar/ COMPONENT LIBRARIES) +install(FILES stellar/exdata.h DESTINATION include/stellar/ COMPONENT LIBRARIES)
\ No newline at end of file |
