mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CMake
- added sha1 of git commit to task diag
This commit is contained in:
parent
e28d03df82
commit
022b219c0f
3 changed files with 14 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
|||
#define PACKAGE_VERSION "${PACKAGE_VERSION}"
|
||||
#define PACKAGE_STRING "${PACKAGE_STRING}"
|
||||
|
||||
/* git information */
|
||||
#cmakedefine HAVE_COMMIT
|
||||
#define COMMIT "${COMMIT}"
|
||||
|
||||
/* Compiling platform */
|
||||
#cmakedefine LINUX
|
||||
#cmakedefine DARWIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue