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.
|
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.4 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)
|