- 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:
Federico Hernandez
2011-01-18 00:00:28 +01:00
parent 32235ca60a
commit be0357da4a
3 changed files with 9 additions and 0 deletions

View File

@@ -12,6 +12,10 @@
/* git information */
#cmakedefine HAVE_COMMIT
/* cmake information */
#cmakedefine HAVE_CMAKE
#define CMAKE_VERSION "${CMAKE_VERSION}"
/* Compiling platform */
#cmakedefine LINUX
#cmakedefine DARWIN