From 3c45a2d2984723caba3846f143d90b3f0c69aede Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 23 Mar 2011 14:25:35 +0000 Subject: COLLADA: supporting barebone class for support (incomplete). --- source/blender/collada/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/collada/CMakeLists.txt') 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 -- cgit v1.2.3