lemon/lemon.pc.cmake
author Alpar Juttner <alpar@cs.elte.hu>
Sun, 11 Aug 2013 17:21:22 +0200
changeset 1102 dd5b5d96b657
permissions -rw-r--r--
Have graph_to_eps.h compile with both gcc-3.3 and clang++-3.2 (#471)

Hopefully, it puts an end to the story of [115031ac8001] and [761fe0846f49].
     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}