refactor stellar config

This commit is contained in:
luwenpeng
2024-06-25 19:12:21 +08:00
parent 276bdd1b99
commit 83bffdd008
9 changed files with 113 additions and 118 deletions

View File

@@ -1,4 +1,4 @@
set(SOURCE config.cpp stellar_stat.cpp stellar.cpp inject.cpp)
set(SOURCE stellar_config.cpp stellar_stat.cpp stellar.cpp inject.cpp)
set(LIBRARY times plugin_manager session_manager ip_reassembly packet_io pthread fieldstat4 toml)
add_library(stellar_core STATIC ${SOURCE})