From 692edf430110f15d7356e20ef9efc41596417199 Mon Sep 17 00:00:00 2001 From: Gaia Clary Date: Tue, 28 May 2019 00:32:53 +0200 Subject: refactor collada: Moved BCMatrix to its own file --- source/blender/collada/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/collada/CMakeLists.txt') 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 -- cgit v1.2.3