[Bf-blender-cvs] [c5e258a8a7b] collada: Feature Collada: Added new class files to CMakeLists.txt

Gaia Clary noreply at git.blender.org
Wed Mar 28 21:30:38 CEST 2018


Commit: c5e258a8a7bd1e73840867c2edae6384a7a293af
Author: Gaia Clary
Date:   Mon Mar 5 19:27:37 2018 +0100
Branches: collada
https://developer.blender.org/rBc5e258a8a7bd1e73840867c2edae6384a7a293af

Feature Collada: Added new class files to CMakeLists.txt

AnimationClipExporter.cpp and AnimationClipExporter.h both need
to be added to CMakeLists.txt so they are actually built into
Blender

===================================================================

M	source/blender/collada/CMakeLists.txt

===================================================================

diff --git a/source/blender/collada/CMakeLists.txt b/source/blender/collada/CMakeLists.txt
index 293049a1a05..c5d8fdd4ba0 100644
--- a/source/blender/collada/CMakeLists.txt
+++ b/source/blender/collada/CMakeLists.txt
@@ -48,6 +48,7 @@ set(INC_SYS
 set(SRC
 	AnimationImporter.cpp
 	AnimationExporter.cpp
+	AnimationClipExporter.cpp
 	ArmatureExporter.cpp
 	ArmatureImporter.cpp
 	CameraExporter.cpp
@@ -76,6 +77,7 @@ set(SRC
 
 	AnimationImporter.h
 	AnimationExporter.h
+	AnimationClipExporter.h
 	ArmatureExporter.h
 	ArmatureImporter.h
 	CameraExporter.h



More information about the Bf-blender-cvs mailing list