add tool。
Some checks failed
Deploy / Build (push) Failing after 1m55s

This commit is contained in:
luocai
2025-06-28 15:09:13 +08:00
parent 73bd900000
commit f5c76b931f
13 changed files with 285 additions and 18 deletions

View File

@ -1,4 +1,5 @@
add_library(Base
Database.h Database.cpp
DataStructure.h DataStructure.cpp
HttpSession.h HttpSession.cpp
)
@ -12,4 +13,5 @@ target_link_libraries(Base
PRIVATE OpenSSL::Crypto
PUBLIC Kylin::Router
PUBLIC Kylin::Core
PRIVATE sqlite3
)