You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lighttpd2/CMakeLists.txt

15 lines
274 B
CMake

CMAKE_MINIMUM_REQUIRED(VERSION 3.0 FATAL_ERROR)
15 years ago
PROJECT(lighttpd C)
SET(PACKAGE_NAME ${CMAKE_PROJECT_NAME})
SET(PACKAGE_VERSION 2.0.0)
15 years ago
SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
#INCLUDE(CTest)
ENABLE_TESTING()
15 years ago
ADD_SUBDIRECTORY(src build)
add_subdirectory(tests)