Location: LEMON/LEMON-main/lemon/lemon.pc.in

Load file history
gravatar
kpeter (Peter Kovacs)
Rename convenience functions in subgraph adaptors (#67) - Rename hide(), unHide() to disable(), enable(). - Add new set function status(Item, bool). - Remove hidden() and add status() instead (which returns the opposite value).
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: @PACKAGE_NAME@
Description: Library of Efficient Models and Optimization in Networks
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lemon
Cflags: -I${includedir}