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:
Diffstat (limited to 'source/gameengine/Physics')
-rw-r--r--source/gameengine/Physics/Bullet/CMakeLists.txt2
-rw-r--r--source/gameengine/Physics/Dummy/CMakeLists.txt3
2 files changed, 2 insertions, 3 deletions
diff --git a/source/gameengine/Physics/Bullet/CMakeLists.txt b/source/gameengine/Physics/Bullet/CMakeLists.txt
index 89d7f41ab4d..87d851016dd 100644
--- a/source/gameengine/Physics/Bullet/CMakeLists.txt
+++ b/source/gameengine/Physics/Bullet/CMakeLists.txt
@@ -39,11 +39,11 @@ set(INC
../../../blender/makesdna
../../../../intern/container
../../../../intern/guardedalloc
- ../../../../intern/moto/include
../../../../intern/string
)
set(INC_SYS
+ ../../../../intern/moto/include
${GLEW_INCLUDE_PATH}
${PYTHON_INCLUDE_DIRS}
)
diff --git a/source/gameengine/Physics/Dummy/CMakeLists.txt b/source/gameengine/Physics/Dummy/CMakeLists.txt
index 529a75b2a62..692331f1ce4 100644
--- a/source/gameengine/Physics/Dummy/CMakeLists.txt
+++ b/source/gameengine/Physics/Dummy/CMakeLists.txt
@@ -26,11 +26,10 @@
set(INC
.
../common
- ../../../../intern/moto/include
)
set(INC_SYS
-
+ ../../../../intern/moto/include
)
set(SRC