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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-12-09 10:55:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-09 10:55:18 +0300
commit56a55f2849216897bea5e1c83e1456de9250ec08 (patch)
tree1a85f68d7d5b154dfdc5bcec811d1d45ef7366ed /source
parentaaa56782d3c7b253aac34fcc8e966703bc368fe4 (diff)
CMake: include eigen as a system header
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenlib/CMakeLists.txt2
-rw-r--r--source/blender/physics/CMakeLists.txt3
2 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 0de614a5ca7..45b41a4a098 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -30,12 +30,12 @@ set(INC
../../../intern/guardedalloc
../../../intern/atomic
../../../extern/wcwidth
- ../../../extern/Eigen3
)
set(INC_SYS
${ZLIB_INCLUDE_DIRS}
${FREETYPE_INCLUDE_DIRS}
+ ../../../extern/Eigen3
)
set(SRC
diff --git a/source/blender/physics/CMakeLists.txt b/source/blender/physics/CMakeLists.txt
index 08ff1faca49..855449ca0f3 100644
--- a/source/blender/physics/CMakeLists.txt
+++ b/source/blender/physics/CMakeLists.txt
@@ -31,11 +31,10 @@ set(INC
../imbuf
../makesdna
../../../intern/guardedalloc
- ../../../extern/Eigen3
)
set(INC_SYS
-
+ ../../../extern/Eigen3
)
set(SRC