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-23 17:25:35 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-03-23 17:25:35 +0300
commit3c45a2d2984723caba3846f143d90b3f0c69aede (patch)
tree113dca92841eb2a1420dcc0cf098539490c7b2ba /source/blender/collada/CMakeLists.txt
parent392829c6ea2350078f1018a216190cea8acf6e4f (diff)
COLLADA: supporting barebone class for <extra> support (incomplete).
Diffstat (limited to 'source/blender/collada/CMakeLists.txt')
-rw-r--r--source/blender/collada/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/collada/CMakeLists.txt b/source/blender/collada/CMakeLists.txt
index 73e81025226..830e22f70d7 100644
--- a/source/blender/collada/CMakeLists.txt
+++ b/source/blender/collada/CMakeLists.txt
@@ -51,6 +51,7 @@ else()
${OPENCOLLADA_INC}/COLLADABaseUtils/include
${OPENCOLLADA_INC}/COLLADAFramework/include
${OPENCOLLADA_INC}/COLLADASaxFrameworkLoader/include
+ ${OPENCOLLADA_INC}/GeneratedSaxParser/include
)
endif()
@@ -62,6 +63,7 @@ set(SRC
DocumentExporter.cpp
DocumentImporter.cpp
EffectExporter.cpp
+ ExtraHandler.cpp
GeometryExporter.cpp
ImageExporter.cpp
InstanceWriter.cpp
@@ -82,6 +84,7 @@ set(SRC
DocumentExporter.h
DocumentImporter.h
EffectExporter.h
+ ExtraHandler.h
GeometryExporter.h
ImageExporter.h
InstanceWriter.h