Files
taskwarrior-2.x/CMakeLists.txt
Federico Hernandez 3e68bc9ec5 CMake
- 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
2011-01-02 16:26:33 +01:00

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)