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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-03-25 14:07:57 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-03-25 14:07:57 +0300
commit32abf5eca87795f4bf6fca1357a4e66a4403b17c (patch)
tree686fe4df5636e259d8db87885f48ba4a7ed5f6ac /source/blender/collada/CMakeLists.txt
parent6d0859768883c96f303fa5be5c44e81f60d262a4 (diff)
Add ExtraTags class for handling tags inside an extra block.
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 830e22f70d7..13c33e63869 100644
--- a/source/blender/collada/CMakeLists.txt
+++ b/source/blender/collada/CMakeLists.txt
@@ -64,6 +64,7 @@ set(SRC
DocumentImporter.cpp
EffectExporter.cpp
ExtraHandler.cpp
+ ExtraTags.cpp
GeometryExporter.cpp
ImageExporter.cpp
InstanceWriter.cpp
@@ -85,6 +86,7 @@ set(SRC
DocumentImporter.h
EffectExporter.h
ExtraHandler.h
+ ExtraTags.h
GeometryExporter.h
ImageExporter.h
InstanceWriter.h