aboutsummaryrefslogtreecommitdiffhomepage
path: root/eigen2.pc.in
diff options
context:
space:
mode:
authorGravatar Rhys Ulerich <rhys.ulerich@gmail.com>2009-05-19 11:48:50 -0500
committerGravatar Rhys Ulerich <rhys.ulerich@gmail.com>2009-05-19 11:48:50 -0500
commit066acca179aa1aeb49581cb787895a2d51fd05e6 (patch)
treee69744915ef5ba1627b605bb88f93d455b039566 /eigen2.pc.in
parent65181df1f9be34f2e21278e65d08a0b93adb2a0a (diff)
Added pkgconfig support
Diffstat (limited to 'eigen2.pc.in')
-rw-r--r--eigen2.pc.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/eigen2.pc.in b/eigen2.pc.in
new file mode 100644
index 000000000..b508a58d3
--- /dev/null
+++ b/eigen2.pc.in
@@ -0,0 +1,7 @@
+
+Name: Eigen2
+Description: A C++ template library for linear algebra: vectors, matrices, and related algorithms
+Requires:
+Version: ${EIGEN_VERSION_NUMBER}
+Libs:
+Cflags: -I${INCLUDE_INSTALL_DIR}