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 /source/blender/physics
parent14f2ae4bbc58f051db97ea96f78d39a6d7dae527 (diff)
Eigen: move C API into intern/eigen.
Diffstat (limited to 'source/blender/physics')
-rw-r--r--source/blender/physics/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/physics/CMakeLists.txt b/source/blender/physics/CMakeLists.txt
index 855449ca0f3..0a4ff3fe0f0 100644
--- a/source/blender/physics/CMakeLists.txt
+++ b/source/blender/physics/CMakeLists.txt
@@ -34,7 +34,7 @@ set(INC
)
set(INC_SYS
- ../../../extern/Eigen3
+ ${EIGEN3_INCLUDE_DIRS}
)
set(SRC