source:
ThirdParty/Glpk/trunk/coinglpk.pc.in
@
4061
Last change on this file since 4061 was 4061, checked in by stefan, 13 months ago | |
---|---|
File size: 339 bytes |
Line | |
---|---|
1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ |
3 | libdir=@libdir@ |
4 | # cannot use @includedir@, as this is overwritten in configure |
5 | includedir=@prefix@/include/coin-or/glpk |
6 | |
7 | Name: Glpk |
8 | Description: Gnu Linear Programming Kit |
9 | URL: https://projects.coin-or.org/BuildTools |
10 | Version: @PACKAGE_VERSION@ |
11 | Libs: -L${libdir} -lcoinglpk |
12 | Cflags: -I${includedir} |
Note: See TracBrowser
for help on using the repository browser.