source:
Daodan/MSYS2/mingw32/lib/pkgconfig/gmp.pc@
1181
Last change on this file since 1181 was 1166, checked in by , 3 years ago | |
---|---|
File size: 249 bytes |
Line | |
---|---|
1 | prefix=/mingw32 |
2 | exec_prefix=${prefix} |
3 | includedir=${prefix}/include |
4 | libdir=${exec_prefix}/lib |
5 | |
6 | Name: GNU MP |
7 | Description: GNU Multiple Precision Arithmetic Library |
8 | URL: https://gmplib.org |
9 | Version: 6.2.1 |
10 | Cflags: -I${includedir} |
11 | Libs: -L${libdir} -lgmp |
Note:
See TracBrowser
for help on using the repository browser.