aboutsummaryrefslogtreecommitdiff
path: root/eigen3.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'eigen3.pc.in')
-rw-r--r--eigen3.pc.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/eigen3.pc.in b/eigen3.pc.in
index c5855de33..3368a3aa1 100644
--- a/eigen3.pc.in
+++ b/eigen3.pc.in
@@ -1,6 +1,9 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+
Name: Eigen3
Description: A C++ template library for linear algebra: vectors, matrices, and related algorithms
Requires:
-Version: ${EIGEN_VERSION_NUMBER}
+Version: @EIGEN_VERSION_NUMBER@
Libs:
-Cflags: -I${INCLUDE_INSTALL_DIR}
+Cflags: -I${prefix}/@INCLUDE_INSTALL_DIR@