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 10:20:45 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2019-06-03 00:00:56 +0300
commit70bc179c45414bd426af49c883fcab1e3bebabf8 (patch)
tree56f1941be8381ae2954b4165272f6e5bde69ae0a /source/blender/collada/CMakeLists.txt
parente17990bab75fd922bd0d497d7d6c8a25e9bf63fd (diff)
refactor Collada: rename BCMatrix.* class files to BCMath.*
Diffstat (limited to 'source/blender/collada/CMakeLists.txt')
-rw-r--r--source/blender/collada/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/collada/CMakeLists.txt b/source/blender/collada/CMakeLists.txt
index 857aea02dc9..5f28ca4ffbb 100644
--- a/source/blender/collada/CMakeLists.txt
+++ b/source/blender/collada/CMakeLists.txt
@@ -63,7 +63,7 @@ set(SRC
ArmatureImporter.cpp
BCAnimationCurve.cpp
BCAnimationSampler.cpp
- BCMatrix.cpp
+ BCMath.cpp
BCSampleData.cpp
BlenderContext.cpp
CameraExporter.cpp
@@ -98,7 +98,7 @@ set(SRC
ArmatureImporter.h
BCAnimationCurve.h
BCAnimationSampler.h
- BCMatrix.h
+ BCMath.h
BCSampleData.h
BlenderContext.h
BlenderTypes.h