lemon/config.h.cmake
author Akos Ladanyi <ladanyi@tmit.bme.hu>
Fri, 29 May 2009 11:40:53 +0100
changeset 678 d1e1cd94bf49
parent 627 20dac2104519
permissions -rw-r--r--
Put the version string into config.h

Also make it possible to set the version using the LEMON_VERSION environment
variable, and use the hg revision as version string in case this variable is
unset.
     1 #define LEMON_VERSION "@PROJECT_VERSION@"
     2 #cmakedefine LEMON_HAVE_LONG_LONG 1
     3 #cmakedefine LEMON_HAVE_LP 1
     4 #cmakedefine LEMON_HAVE_MIP 1
     5 #cmakedefine LEMON_HAVE_GLPK 1
     6 #cmakedefine LEMON_HAVE_CPLEX 1
     7 #cmakedefine LEMON_HAVE_CLP 1
     8 #cmakedefine LEMON_HAVE_CBC 1