aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/UseEigen3.cmake
diff options
context:
space:
mode:
authorGravatar xantares <xantares09@hotmail.com>2013-10-09 10:25:50 +0200
committerGravatar xantares <xantares09@hotmail.com>2013-10-09 10:25:50 +0200
commit2d186da58a48ace66a990542cc93705b5f6d1f27 (patch)
tree8326d4239adbde4aa911b4328b1894e1e00023d6 /cmake/UseEigen3.cmake
parent40f1548b32671ed27b3a7d02ea64c2291a34443f (diff)
Add cmake config files
Diffstat (limited to 'cmake/UseEigen3.cmake')
-rw-r--r--cmake/UseEigen3.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmake/UseEigen3.cmake b/cmake/UseEigen3.cmake
new file mode 100644
index 000000000..a38bac82d
--- /dev/null
+++ b/cmake/UseEigen3.cmake
@@ -0,0 +1,6 @@
+# -*- cmake -*-
+#
+# UseEigen3.cmake
+
+add_definitions ( ${EIGEN3_DEFINITIONS} )
+include_directories ( ${EIGEN3_INCLUDE_DIRS} )