Separated matrix lib into own repo.

This commit is contained in:
jgoppert
2015-11-05 19:29:04 -05:00
parent ca7a7dfd10
commit 27df787bff
21 changed files with 36 additions and 698 deletions

View File

@@ -135,6 +135,7 @@ include_directories(
${CMAKE_BINARY_DIR}/src/modules
src/
src/lib
src/lib/matrix
${EIGEN_INCLUDE_DIRS}
integrationtests
)