aboutsummaryrefslogtreecommitdiffhomepage
path: root/eigen3.pc.in
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-19 12:09:04 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-19 12:09:04 -0500
commitb5f4636d42eb8b8e2383c0fbe357dca8fa1d357e (patch)
treef11a0a98299ac78930c5f4ffdc63376ab9347ff9 /eigen3.pc.in
parentabb2a1bb1568bf0ab1b49c20ead8548bbb2b186e (diff)
* eigen2->eigen3
* bump version to 2.91.0 * add FindEigen3.cmake
Diffstat (limited to 'eigen3.pc.in')
-rw-r--r--eigen3.pc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/eigen3.pc.in b/eigen3.pc.in
new file mode 100644
index 000000000..c5855de33
--- /dev/null
+++ b/eigen3.pc.in
@@ -0,0 +1,6 @@
+Name: Eigen3
+Description: A C++ template library for linear algebra: vectors, matrices, and related algorithms
+Requires:
+Version: ${EIGEN_VERSION_NUMBER}
+Libs:
+Cflags: -I${INCLUDE_INSTALL_DIR}