mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
da78c7eb88
* [glpk] Fix feature build error * update version * update * version * Add new line * version --------- Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
13 lines
395 B
PkgConfig
13 lines
395 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: glpk
|
|
Description: The GNU Linear Programming Kit (GLPK) solves large-scale linear programming (LP), mixed integer programming (MIP), and related problems.
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -l@libname@
|
|
Libs.private: @libs@
|
|
Cflags: -I${includedir}
|
|
Requires.private: @requires@
|