Older/CMakeLists.txt
2023-07-21 16:17:01 +08:00

11 lines
223 B
CMake

cmake_minimum_required(VERSION 3.17)
project(Older)
include(FetchContent)
FetchContent_Declare(Kylin
GIT_REPOSITORY https://gitea.amass.fun/amass/Kylin.git
)
FetchContent_MakeAvailable(Kylin)
add_subdirectory(Server)