- 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
pull/1/head
aramis_acg 2011-03-08 16:15:09 +00:00
parent 621bdef663
commit ee827e8870
1 changed files with 12 additions and 0 deletions

View File

@ -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