Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-07-13 18:40:06 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-07-13 19:05:38 +0300
commit582e7a6347694aac616beff150b9c7727fd84f15 (patch)
tree69f4f24581970b08d43c84f42656c9ec159f7807 /extern/CMakeLists.txt
parent0119539e4b4359271328bcd8f283dd4eea250bfd (diff)
Add a skeleton of C API for Eigen3.
Title says pretty much everything. For now, only thing available is a solver of eigen values/vectors for self-adjoint matrices. We can easily add more when needed. Thanks to Sergey and Campbell for quick review.
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 3dc790f2932..36cc053d3e4 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -29,6 +29,7 @@ remove_strict_flags()
add_subdirectory(rangetree)
add_subdirectory(wcwidth)
add_subdirectory(libmv)
+add_subdirectory(Eigen3)
if(WITH_OPENNL)
add_subdirectory(colamd)