refactor(infra/core): from *.cpp to *.c

This commit is contained in:
luwenpeng
2024-08-28 17:57:35 +08:00
parent 3b9b6b0a21
commit e191a4babc
4 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
set(SOURCE stellar_config.cpp stellar_stat.cpp stellar_core.cpp)
set(SOURCE stellar_config.c stellar_stat.c stellar_core.c)
set(LIBRARY session_manager plugin_manager ip_reassembly packet_io snowflake packet pthread fieldstat4 toml nmx_pool)
set(PLUGIN http glimpse_detector)