buildtools/gcc/gmp/gmpxx.pc.in

13 lines
293 B
PkgConfig
Raw Normal View History

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