mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CMake
- added information to task diag to indicate if task is built with cmake (to support the upcoming move away from autotools).
This commit is contained in:
parent
32235ca60a
commit
be0357da4a
3 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
cmake_minimum_required (VERSION 2.8)
|
||||
include (CheckFunctionExists)
|
||||
|
||||
set (HAVE_CMAKE true)
|
||||
|
||||
project (task)
|
||||
set (PROJECT_VERSION "1.9.4")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue