summaryrefslogtreecommitdiff
path: root/gmpxx.pc.in
diff options
context:
space:
mode:
authorHugh McMaster <hugh.mcmaster@outlook.com>2019-08-08 23:48:03 +1000
committerHugh McMaster <hugh.mcmaster@outlook.com>2019-08-08 23:48:03 +1000
commit98f67e641debbdd1aed792d82382fb2929007416 (patch)
tree2ea8eea6343512889de9292b766796537562c82e /gmpxx.pc.in
parentbf168adc73fc64052cc089db102e82c586dbdb4e (diff)
downloadgmp-98f67e641debbdd1aed792d82382fb2929007416.tar.gz
Generate and install a pkg-config file for the gmpxx library
Diffstat (limited to 'gmpxx.pc.in')
-rw-r--r--gmpxx.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/gmpxx.pc.in b/gmpxx.pc.in
new file mode 100644
index 000000000..181cc70c6
--- /dev/null
+++ b/gmpxx.pc.in
@@ -0,0 +1,12 @@
+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