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:
authorMitchell Stokes <mogurijin@gmail.com>2013-02-21 22:30:11 +0400
committerMitchell Stokes <mogurijin@gmail.com>2013-02-21 22:30:11 +0400
commit815e00917dcb4137f9687ab602f527920fa8c41d (patch)
tree4c089bc7f19a9249f59428268c8aa99edad1b438 /source/gameengine/Physics/Dummy/CMakeLists.txt
parent6b600d079351fa5490d74d5661c47346196e57f3 (diff)
BGE cleanup: Removing the PHY__Vector classes and replacing them with MT_Vectors. The PHY__Vectors didn't offer anything (not even any real abstraction) and they required annoying MT_Vector <-> PHY_Vector conversions all over the place. No functional changes.
Diffstat (limited to 'source/gameengine/Physics/Dummy/CMakeLists.txt')
-rw-r--r--source/gameengine/Physics/Dummy/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/Physics/Dummy/CMakeLists.txt b/source/gameengine/Physics/Dummy/CMakeLists.txt
index 6a21fc6fcb7..529a75b2a62 100644
--- a/source/gameengine/Physics/Dummy/CMakeLists.txt
+++ b/source/gameengine/Physics/Dummy/CMakeLists.txt
@@ -26,6 +26,7 @@
set(INC
.
../common
+ ../../../../intern/moto/include
)
set(INC_SYS