aboutsummaryrefslogtreecommitdiff
path: root/gmp-6.3.0/gmpxx.pc
diff options
context:
space:
mode:
Diffstat (limited to 'gmp-6.3.0/gmpxx.pc')
-rw-r--r--gmp-6.3.0/gmpxx.pc12
1 files changed, 12 insertions, 0 deletions
diff --git a/gmp-6.3.0/gmpxx.pc b/gmp-6.3.0/gmpxx.pc
new file mode 100644
index 0000000..6ab8dc9
--- /dev/null
+++ b/gmp-6.3.0/gmpxx.pc
@@ -0,0 +1,12 @@
+prefix=/home/dnw/Code/ERA-calc/c-src/gmp-6.3.0/bin
+exec_prefix=${prefix}
+includedir=${prefix}/include
+libdir=${exec_prefix}/lib
+
+Name: GNU MP C++
+Description: GNU Multiple Precision Arithmetic Library (C++ bindings)
+URL: https://gmplib.org
+Version: 6.3.0
+Requires: gmp
+Cflags: -I${includedir}
+Libs: -L${libdir} -lgmpxx