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 'intern/moto/SConscript')
-rw-r--r--intern/moto/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/moto/SConscript b/intern/moto/SConscript
index 04bd97abc82..b0956c15dd2 100644
--- a/intern/moto/SConscript
+++ b/intern/moto/SConscript
@@ -4,7 +4,8 @@ Import ('library_env')
moto_env = library_env.Copy ()
-source_files = ['intern/MT_CmMatrix4x4.cpp',
+source_files = ['intern/MT_Assert.cpp',
+ 'intern/MT_CmMatrix4x4.cpp',
'intern/MT_Matrix3x3.cpp',
'intern/MT_Matrix4x4.cpp',
'intern/MT_Plane3.cpp',