mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-21 21:13:56 +08:00
12 lines
298 B
PkgConfig
12 lines
298 B
PkgConfig
prefix=/home/batman/one/external/ipopt
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include/coin/ThirdParty
|
|
|
|
Name: ASL
|
|
Description: AMPL Solver Library
|
|
URL: https://projects.coin-or.org/BuildTools
|
|
Version: 1.3.6
|
|
Libs: -L${libdir} -lcoinasl -lm -ldl
|
|
Cflags: -I${includedir}
|