- 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-9d2fd5bffc1fpull/1/head
parent
621bdef663
commit
ee827e8870
|
@ -94,6 +94,7 @@ SOURCE_GROUP( Common FILES
|
||||||
DefaultIOStream.h
|
DefaultIOStream.h
|
||||||
DefaultIOSystem.cpp
|
DefaultIOSystem.cpp
|
||||||
DefaultIOSystem.h
|
DefaultIOSystem.h
|
||||||
|
CInterfaceIOWrapper.h
|
||||||
Hash.h
|
Hash.h
|
||||||
Importer.cpp
|
Importer.cpp
|
||||||
IFF.h
|
IFF.h
|
||||||
|
@ -405,6 +406,14 @@ SOURCE_GROUP( XFile FILES
|
||||||
XFileParser.h
|
XFileParser.h
|
||||||
)
|
)
|
||||||
|
|
||||||
|
SOURCE_GROUP( Exporter FILES
|
||||||
|
Exporter.cpp
|
||||||
|
AssimpCExport.cpp
|
||||||
|
BlobIOSystem.h
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
SOURCE_GROUP( Extra FILES
|
SOURCE_GROUP( Extra FILES
|
||||||
MakeVerboseFormat.cpp
|
MakeVerboseFormat.cpp
|
||||||
MakeVerboseFormat.h
|
MakeVerboseFormat.h
|
||||||
|
@ -504,6 +513,9 @@ ADD_LIBRARY( assimp SHARED
|
||||||
DefaultProgressHandler.h
|
DefaultProgressHandler.h
|
||||||
DefaultLogger.cpp
|
DefaultLogger.cpp
|
||||||
Exporter.cpp
|
Exporter.cpp
|
||||||
|
AssimpCExport.cpp
|
||||||
|
CInterfaceIOWrapper.h
|
||||||
|
BlobIOSystem.h
|
||||||
FileLogStream.h
|
FileLogStream.h
|
||||||
FindDegenerates.cpp
|
FindDegenerates.cpp
|
||||||
FindDegenerates.h
|
FindDegenerates.h
|
||||||
|
|
Loading…
Reference in New Issue