commit | 189376f1eb10ecaca8a0b1ea00eba0e6f995da27 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Thu Dec 20 22:11:15 2018 +1100 |
committer | Austin Schuh <austin.linux@gmail.com> | Thu Dec 20 22:11:15 2018 +1100 |
tree | 045c51ab5f9a7afc6464708c28ad73a5f121b6c3 | |
parent | 72890c2da170577883e6431bd92d612716a31b85 [diff] [blame] |
Squashed 'third_party/eigen/' changes from 61d72f6..cf794d3 Change-Id: I9b814151b01f49af6337a8605d0c42a3a1ed4c72 git-subtree-dir: third_party/eigen git-subtree-split: cf794d3b741a6278df169e58461f8529f43bce5d
diff --git a/cmake/UseEigen3.cmake b/cmake/UseEigen3.cmake new file mode 100644 index 0000000..a38bac8 --- /dev/null +++ b/cmake/UseEigen3.cmake
@@ -0,0 +1,6 @@ +# -*- cmake -*- +# +# UseEigen3.cmake + +add_definitions ( ${EIGEN3_DEFINITIONS} ) +include_directories ( ${EIGEN3_INCLUDE_DIRS} )