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:
authorSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-05-26 21:07:38 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-05-26 21:07:38 +0400
commit93e992c5d980ce2186c025dbf6f4900b1ad78557 (patch)
tree0b8c3db1d69d71bfd9753790f6039f1bdeb280eb /source/blender/collada/CMakeLists.txt
parent36a720606e4689eaa2cc3c089a3ff6c27ed023ee (diff)
AnimationExporter class refactoring.
Exported AnimationExporter class to a separate set of files.
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 fa7bfee8ee5..130e18f4c9a 100644
--- a/source/blender/collada/CMakeLists.txt
+++ b/source/blender/collada/CMakeLists.txt
@@ -58,6 +58,7 @@ endif()
set(SRC
AnimationImporter.cpp
+ AnimationExporter.cpp
ArmatureExporter.cpp
ArmatureImporter.cpp
CameraExporter.cpp
@@ -80,6 +81,7 @@ set(SRC
collada_utils.cpp
AnimationImporter.h
+ AnimationExporter.h
ArmatureExporter.h
ArmatureImporter.h
CameraExporter.h