@ -1,5 +1,6 @@
|
||||
add_library(Base
|
||||
DataStructure.h DataStructure.cpp
|
||||
HttpSession.h HttpSession.cpp
|
||||
)
|
||||
|
||||
get_filename_component(PARENT_DIR ${CMAKE_CURRENT_SOURCE_DIR} DIRECTORY)
|
||||
@ -9,4 +10,6 @@ target_include_directories(Base
|
||||
|
||||
target_link_libraries(Base
|
||||
PRIVATE OpenSSL::Crypto
|
||||
PUBLIC Kylin::Router
|
||||
PUBLIC Kylin::Core
|
||||
)
|
Reference in New Issue
Block a user