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/CMakeLists.txt')
-rw-r--r--intern/moto/CMakeLists.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/intern/moto/CMakeLists.txt b/intern/moto/CMakeLists.txt
index 1e73f960907..8075c66b847 100644
--- a/intern/moto/CMakeLists.txt
+++ b/intern/moto/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id$
# ***** BEGIN GPL LICENSE BLOCK *****
#
# This program is free software; you can redistribute it and/or
@@ -69,6 +68,16 @@ set(SRC
include/MT_assert.h
include/MT_random.h
include/NM_Scalar.h
+
+ include/MT_Matrix3x3.inl
+ include/MT_Matrix4x4.inl
+ include/MT_Plane3.inl
+ include/MT_Point2.inl
+ include/MT_Point3.inl
+ include/MT_Quaternion.inl
+ include/MT_Vector2.inl
+ include/MT_Vector3.inl
+ include/MT_Vector4.inl
)
blender_add_lib(bf_intern_moto "${SRC}" "${INC}" "${INC_SYS}")