@ -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
|
||||
)
|
Reference in New Issue
Block a user