From ee827e8870341feaa718b681c96e97b24ec88505 Mon Sep 17 00:00:00 2001 From: aramis_acg <aramis_acg@67173fc5-114c-0410-ac8e-9d2fd5bffc1f> Date: Tue, 8 Mar 2011 16:15:09 +0000 Subject: [PATCH] - update CMakeLists. However, the export interface still remains disabled. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@914 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- code/CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index a1e0e0dfa..d9b30dc9b 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -94,6 +94,7 @@ SOURCE_GROUP( Common FILES DefaultIOStream.h DefaultIOSystem.cpp DefaultIOSystem.h + CInterfaceIOWrapper.h Hash.h Importer.cpp IFF.h @@ -405,6 +406,14 @@ SOURCE_GROUP( XFile FILES XFileParser.h ) +SOURCE_GROUP( Exporter FILES + Exporter.cpp + AssimpCExport.cpp + BlobIOSystem.h +) + + + SOURCE_GROUP( Extra FILES MakeVerboseFormat.cpp MakeVerboseFormat.h @@ -504,6 +513,9 @@ ADD_LIBRARY( assimp SHARED DefaultProgressHandler.h DefaultLogger.cpp Exporter.cpp + AssimpCExport.cpp + CInterfaceIOWrapper.h + BlobIOSystem.h FileLogStream.h FindDegenerates.cpp FindDegenerates.h