prefix=@prefix@ | |
exec_prefix=@exec_prefix@ | |
includedir=@includedir@ | |
libdir=@libdir@ | |
Name: @PACKAGE_NAME@ C++ | |
Description: GNU Multiple Precision Arithmetic Library (C++ bindings) | |
URL: https://gmplib.org | |
Version: @PACKAGE_VERSION@ | |
Requires: gmp | |
Cflags: -I${includedir} | |
Libs: -L${libdir} -lgmpxx |