source: Daodan/MSYS2/mingw32/lib/pkgconfig/gmpxx.pc@ 1174

Last change on this file since 1174 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 284 bytes
Line 
1prefix=/mingw32
2exec_prefix=${prefix}
3includedir=${prefix}/include
4libdir=${exec_prefix}/lib
5
6Name: GNU MP C++
7Description: GNU Multiple Precision Arithmetic Library (C++ bindings)
8URL: https://gmplib.org
9Version: 6.2.1
10Requires: gmp
11Cflags: -I${includedir}
12Libs: -L${libdir} -lgmpxx
Note: See TracBrowser for help on using the repository browser.