1 Star 0 Fork 0

NaNisNumber / lighttpd2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 274 Bytes
一键复制 编辑 原始数据 按行查看 历史
CMAKE_MINIMUM_REQUIRED(VERSION 3.0 FATAL_ERROR)
PROJECT(lighttpd C)
SET(PACKAGE_NAME ${CMAKE_PROJECT_NAME})
SET(PACKAGE_VERSION 2.0.0)
SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
#INCLUDE(CTest)
ENABLE_TESTING()
ADD_SUBDIRECTORY(src build)
add_subdirectory(tests)
1
https://gitee.com/nan0/lighttpd2.git
git@gitee.com:nan0/lighttpd2.git
nan0
lighttpd2
lighttpd2
master

搜索帮助