- added library checks to cmake - added configuration of include files to cmake - move package information into configurable include file - cmake.h.in generates auto.h to be compatible with current implementation of autoconf
8 lines
148 B
CMake
8 lines
148 B
CMake
cmake_minimum_required (VERSION 2.8)
|
|
|
|
project (task)
|
|
set (PROJECT_VERSION "1.9.4")
|
|
|
|
add_subdirectory (src)
|
|
add_subdirectory (test EXCLUDE_FROM_ALL)
|