添加systemd文件。
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
find_package(Boost REQUIRED COMPONENTS json)
|
||||
find_package(OpenSSL REQUIRED)
|
||||
|
||||
add_subdirectory(/root/Projects/Kylin Kylin)
|
||||
add_subdirectory(3rdparty)
|
||||
add_subdirectory(Base)
|
||||
add_subdirectory(UnitTest)
|
||||
@ -29,4 +28,11 @@ target_link_libraries(Older
|
||||
PRIVATE Kylin::Router
|
||||
PRIVATE Boost::json
|
||||
PRIVATE sqlite3
|
||||
)
|
||||
)
|
||||
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(Kylin
|
||||
GIT_REPOSITORY ssh://git@gitea.amass.fun:2022/amass/Kylin.git
|
||||
)
|
||||
# add_subdirectory(/mnt/e/Projects/Kylin Kylin)
|
||||
FetchContent_MakeAvailable(Kylin)
|
Reference in New Issue
Block a user