Add API support thread cron task

This commit is contained in:
luwenpeng
2024-04-17 11:44:31 +08:00
parent f5f09e5e23
commit 3771b68873
4 changed files with 152 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
add_executable(stellar stellar.cpp stat.cpp)
add_executable(stellar stellar.cpp stat.cpp cron.cpp)
target_link_libraries(stellar timestamp session_manager plugin_manager pthread config packet_io fieldstat4)
install(TARGETS stellar RUNTIME DESTINATION bin COMPONENT Program)