source:
trunk/clp.pc.in
@
2634
Last change on this file since 2634 was 2634, checked in by stefan, 12 months ago | |
---|---|
File size: 414 bytes |
Line | |
---|---|
1 | @COIN_RELOCATABLE_FALSE@prefix=@prefix@ |
2 | @COIN_RELOCATABLE_TRUE@prefix=${pcfiledir}/../.. |
3 | exec_prefix=@exec_prefix@ |
4 | libdir=@libdir@ |
5 | includedir=@includedir@/coin-or |
6 | |
7 | Name: Clp |
8 | Description: COIN-OR Linear Programming Solver |
9 | URL: https://projects.coin-or.org/Clp |
10 | Version: @PACKAGE_VERSION@ |
11 | Libs: -L${libdir} -lClp |
12 | Libs.private: @CLPLIB_LFLAGS_NOPC@ |
13 | Cflags: -I${includedir} |
14 | Requires: |
15 | Requires.private: @CLPLIB_PCFILES@ |
Note: See TracBrowser
for help on using the repository browser.