Add cmake config files

This commit is contained in:
xantares
2013-10-09 10:25:50 +02:00
parent 40f1548b32
commit 2d186da58a
3 changed files with 62 additions and 0 deletions

6
cmake/UseEigen3.cmake Normal file
View File

@@ -0,0 +1,6 @@
# -*- cmake -*-
#
# UseEigen3.cmake
add_definitions ( ${EIGEN3_DEFINITIONS} )
include_directories ( ${EIGEN3_INCLUDE_DIRS} )