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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2015-12-10 03:18:01 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2015-12-10 03:58:06 +0300
commit858b680a50888a071d5d37af261b0c89b47aea8c (patch)
tree83de3b9a40e71fda39015a239a2b93e54c11b357 /intern/CMakeLists.txt
parent14f2ae4bbc58f051db97ea96f78d39a6d7dae527 (diff)
Eigen: move C API into intern/eigen.
Diffstat (limited to 'intern/CMakeLists.txt')
-rw-r--r--intern/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/CMakeLists.txt b/intern/CMakeLists.txt
index 4ee3dff7695..9b0f2de22f2 100644
--- a/intern/CMakeLists.txt
+++ b/intern/CMakeLists.txt
@@ -32,6 +32,7 @@ add_subdirectory(opencolorio)
add_subdirectory(mikktspace)
add_subdirectory(raskter)
add_subdirectory(glew-mx)
+add_subdirectory(eigen)
if(WITH_AUDASPACE)
add_subdirectory(audaspace)