lemon/lemon.pc.in
author Akos Ladanyi <ladanyi@tmit.bme.hu>
Fri, 29 May 2009 12:44:37 +0100
changeset 681 9c7639f3a741
parent 641 cb8270a98660
permissions -rw-r--r--
Minor CMake improvements

* Use the empty ELSE(), ENDIF(), ENDMACRO(), etc. syntax since this improves
readability and requires less typing.
* Use FIND_PACKAGE() instead of INCLUDE().
* Use the value of CMAKE_COMMAND variable instead of cmake, since this works
even if cmake is not in the PATH.
ladanyi@1
     1
prefix=@prefix@
ladanyi@1
     2
exec_prefix=@exec_prefix@
ladanyi@1
     3
libdir=@libdir@
ladanyi@1
     4
includedir=@includedir@
ladanyi@1
     5
ladanyi@1
     6
Name: @PACKAGE_NAME@
kpeter@656
     7
Description: Library for Efficient Modeling and Optimization in Networks
ladanyi@1
     8
Version: @PACKAGE_VERSION@
ladanyi@641
     9
Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@ @SOPLEX_LIBS@ @CLP_LIBS@ @CBC_LIBS@
ladanyi@259
    10
Cflags: -I${includedir}