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:
authorGaia Clary <gaia.clary@machinimatrix.org>2019-05-28 01:32:53 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2019-06-03 00:00:56 +0300
commit692edf430110f15d7356e20ef9efc41596417199 (patch)
tree1374d321de927276380d881e66ce4cbaebb568aa /source/blender/collada/CMakeLists.txt
parent345304058f3f49f71e06aa241bedec41ef537b5b (diff)
refactor collada: Moved BCMatrix to its own file
Diffstat (limited to 'source/blender/collada/CMakeLists.txt')
-rw-r--r--source/blender/collada/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/collada/CMakeLists.txt b/source/blender/collada/CMakeLists.txt
index 07e9cc1c2df..857aea02dc9 100644
--- a/source/blender/collada/CMakeLists.txt
+++ b/source/blender/collada/CMakeLists.txt
@@ -63,6 +63,7 @@ set(SRC
ArmatureImporter.cpp
BCAnimationCurve.cpp
BCAnimationSampler.cpp
+ BCMatrix.cpp
BCSampleData.cpp
BlenderContext.cpp
CameraExporter.cpp
@@ -97,6 +98,7 @@ set(SRC
ArmatureImporter.h
BCAnimationCurve.h
BCAnimationSampler.h
+ BCMatrix.h
BCSampleData.h
BlenderContext.h
BlenderTypes.h