lemon/lemon.pc.in
author Gabor Gevay <ggab90@gmail.com>
Sun, 05 Jan 2014 22:24:56 +0100
changeset 1130 0759d974de81
parent 658 ebdcc68fe79e
permissions -rw-r--r--
STL style iterators (#325)

For
* graph types,
* graph adaptors,
* paths,
* iterable maps,
* LP rows/cols and
* active nodes is BellmanFord
     1 prefix=@CMAKE_INSTALL_PREFIX@
     2 exec_prefix=@CMAKE_INSTALL_PREFIX@/bin
     3 libdir=@CMAKE_INSTALL_PREFIX@/lib
     4 includedir=@CMAKE_INSTALL_PREFIX@/include
     5 
     6 Name: @PROJECT_NAME@
     7 Description: Library for Efficient Modeling and Optimization in Networks
     8 Version: @PROJECT_VERSION@
     9 Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@ @SOPLEX_LIBS@ @CLP_LIBS@ @CBC_LIBS@
    10 Cflags: -I${includedir}