lemon/config.h.cmake
author Alpar Juttner <alpar@cs.elte.hu>
Fri, 03 Sep 2010 15:37:19 +0200
changeset 899 7d166b8b8018
parent 627 20dac2104519
child 979 43a91b33f374
permissions -rw-r--r--
Safer call of ./scripts/chg-len.py on Windows (#389)

Still hard to get it worked properly by user. It needs
- a python interpreter in the exec path
- the mercurial modules accessible by this interpreter
     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