|
@@ -98,6 +98,40 @@ SET( PUBLIC_HEADERS
|
|
${HEADER_PATH}/DefaultIOStream.h
|
|
${HEADER_PATH}/DefaultIOStream.h
|
|
${HEADER_PATH}/DefaultIOSystem.h
|
|
${HEADER_PATH}/DefaultIOSystem.h
|
|
${HEADER_PATH}/SceneCombiner.h
|
|
${HEADER_PATH}/SceneCombiner.h
|
|
|
|
+ ${HEADER_PATH}/fast_atof.h
|
|
|
|
+ ${HEADER_PATH}/qnan.h
|
|
|
|
+ ${HEADER_PATH}/BaseImporter.h
|
|
|
|
+ ${HEADER_PATH}/Hash.h
|
|
|
|
+ ${HEADER_PATH}/MemoryIOWrapper.h
|
|
|
|
+ ${HEADER_PATH}/ParsingUtils.h
|
|
|
|
+ ${HEADER_PATH}/StreamReader.h
|
|
|
|
+ ${HEADER_PATH}/StreamWriter.h
|
|
|
|
+ ${HEADER_PATH}/StringComparison.h
|
|
|
|
+ ${HEADER_PATH}/StringUtils.h
|
|
|
|
+ ${HEADER_PATH}/SGSpatialSort.h
|
|
|
|
+ ${HEADER_PATH}/GenericProperty.h
|
|
|
|
+ ${HEADER_PATH}/SpatialSort.h
|
|
|
|
+ ${HEADER_PATH}/SkeletonMeshBuilder.h
|
|
|
|
+ ${HEADER_PATH}/SmoothingGroups.h
|
|
|
|
+ ${HEADER_PATH}/SmoothingGroups.inl
|
|
|
|
+ ${HEADER_PATH}/StandardShapes.h
|
|
|
|
+ ${HEADER_PATH}/RemoveComments.h
|
|
|
|
+ ${HEADER_PATH}/Subdivision.h
|
|
|
|
+ ${HEADER_PATH}/Vertex.h
|
|
|
|
+ ${HEADER_PATH}/LineSplitter.h
|
|
|
|
+ ${HEADER_PATH}/TinyFormatter.h
|
|
|
|
+ ${HEADER_PATH}/Profiler.h
|
|
|
|
+ ${HEADER_PATH}/LogAux.h
|
|
|
|
+ ${HEADER_PATH}/Bitmap.h
|
|
|
|
+ ${HEADER_PATH}/XMLTools.h
|
|
|
|
+ ${HEADER_PATH}/IOStreamBuffer.h
|
|
|
|
+ ${HEADER_PATH}/CreateAnimMesh.h
|
|
|
|
+ ${HEADER_PATH}/irrXMLWrapper.h
|
|
|
|
+ ${HEADER_PATH}/BlobIOSystem.h
|
|
|
|
+ ${HEADER_PATH}/MathFunctions.h
|
|
|
|
+ ${HEADER_PATH}/Macros.h
|
|
|
|
+ ${HEADER_PATH}/Exceptional.h
|
|
|
|
+ ${HEADER_PATH}/ByteSwapper.h
|
|
)
|
|
)
|
|
|
|
|
|
SET( Core_SRCS
|
|
SET( Core_SRCS
|
|
@@ -117,68 +151,40 @@ SET( Logging_SRCS
|
|
SOURCE_GROUP(Logging FILES ${Logging_SRCS})
|
|
SOURCE_GROUP(Logging FILES ${Logging_SRCS})
|
|
|
|
|
|
SET( Common_SRCS
|
|
SET( Common_SRCS
|
|
- fast_atof.h
|
|
|
|
- qnan.h
|
|
|
|
BaseImporter.cpp
|
|
BaseImporter.cpp
|
|
- BaseImporter.h
|
|
|
|
BaseProcess.cpp
|
|
BaseProcess.cpp
|
|
BaseProcess.h
|
|
BaseProcess.h
|
|
Importer.h
|
|
Importer.h
|
|
ScenePrivate.h
|
|
ScenePrivate.h
|
|
PostStepRegistry.cpp
|
|
PostStepRegistry.cpp
|
|
ImporterRegistry.cpp
|
|
ImporterRegistry.cpp
|
|
- ByteSwapper.h
|
|
|
|
DefaultProgressHandler.h
|
|
DefaultProgressHandler.h
|
|
DefaultIOStream.cpp
|
|
DefaultIOStream.cpp
|
|
DefaultIOSystem.cpp
|
|
DefaultIOSystem.cpp
|
|
CInterfaceIOWrapper.cpp
|
|
CInterfaceIOWrapper.cpp
|
|
CInterfaceIOWrapper.h
|
|
CInterfaceIOWrapper.h
|
|
- Hash.h
|
|
|
|
Importer.cpp
|
|
Importer.cpp
|
|
IFF.h
|
|
IFF.h
|
|
- MemoryIOWrapper.h
|
|
|
|
- ParsingUtils.h
|
|
|
|
- StreamReader.h
|
|
|
|
- StreamWriter.h
|
|
|
|
- StringComparison.h
|
|
|
|
- StringUtils.h
|
|
|
|
SGSpatialSort.cpp
|
|
SGSpatialSort.cpp
|
|
- SGSpatialSort.h
|
|
|
|
VertexTriangleAdjacency.cpp
|
|
VertexTriangleAdjacency.cpp
|
|
VertexTriangleAdjacency.h
|
|
VertexTriangleAdjacency.h
|
|
- GenericProperty.h
|
|
|
|
SpatialSort.cpp
|
|
SpatialSort.cpp
|
|
- SpatialSort.h
|
|
|
|
SceneCombiner.cpp
|
|
SceneCombiner.cpp
|
|
ScenePreprocessor.cpp
|
|
ScenePreprocessor.cpp
|
|
ScenePreprocessor.h
|
|
ScenePreprocessor.h
|
|
SkeletonMeshBuilder.cpp
|
|
SkeletonMeshBuilder.cpp
|
|
- SkeletonMeshBuilder.h
|
|
|
|
SplitByBoneCountProcess.cpp
|
|
SplitByBoneCountProcess.cpp
|
|
SplitByBoneCountProcess.h
|
|
SplitByBoneCountProcess.h
|
|
ScaleProcess.cpp
|
|
ScaleProcess.cpp
|
|
ScaleProcess.h
|
|
ScaleProcess.h
|
|
- SmoothingGroups.h
|
|
|
|
StandardShapes.cpp
|
|
StandardShapes.cpp
|
|
- StandardShapes.h
|
|
|
|
TargetAnimation.cpp
|
|
TargetAnimation.cpp
|
|
TargetAnimation.h
|
|
TargetAnimation.h
|
|
RemoveComments.cpp
|
|
RemoveComments.cpp
|
|
- RemoveComments.h
|
|
|
|
Subdivision.cpp
|
|
Subdivision.cpp
|
|
- Subdivision.h
|
|
|
|
scene.cpp
|
|
scene.cpp
|
|
- Vertex.h
|
|
|
|
- LineSplitter.h
|
|
|
|
- TinyFormatter.h
|
|
|
|
- Profiler.h
|
|
|
|
- LogAux.h
|
|
|
|
Bitmap.cpp
|
|
Bitmap.cpp
|
|
- Bitmap.h
|
|
|
|
- XMLTools.h
|
|
|
|
Version.cpp
|
|
Version.cpp
|
|
- IOStreamBuffer.h
|
|
|
|
- CreateAnimMesh.h
|
|
|
|
CreateAnimMesh.cpp
|
|
CreateAnimMesh.cpp
|
|
)
|
|
)
|
|
SOURCE_GROUP(Common FILES ${Common_SRCS})
|
|
SOURCE_GROUP(Common FILES ${Common_SRCS})
|
|
@@ -574,7 +580,7 @@ SET( PostProcessing_SRCS
|
|
)
|
|
)
|
|
SOURCE_GROUP( PostProcessing FILES ${PostProcessing_SRCS})
|
|
SOURCE_GROUP( PostProcessing FILES ${PostProcessing_SRCS})
|
|
|
|
|
|
-SET( IrrXML_SRCS irrXMLWrapper.h )
|
|
|
|
|
|
+SET( IrrXML_SRCS ${HEADER_PATH}/irrXMLWrapper.h )
|
|
SOURCE_GROUP( IrrXML FILES ${IrrXML_SRCS})
|
|
SOURCE_GROUP( IrrXML FILES ${IrrXML_SRCS})
|
|
|
|
|
|
ADD_ASSIMP_IMPORTER( Q3D
|
|
ADD_ASSIMP_IMPORTER( Q3D
|
|
@@ -705,7 +711,7 @@ SOURCE_GROUP( Step FILES ${Step_SRCS})
|
|
SET( Exporter_SRCS
|
|
SET( Exporter_SRCS
|
|
Exporter.cpp
|
|
Exporter.cpp
|
|
AssimpCExport.cpp
|
|
AssimpCExport.cpp
|
|
- BlobIOSystem.h
|
|
|
|
|
|
+ ${HEADER_PATH}/BlobIOSystem.h
|
|
)
|
|
)
|
|
SOURCE_GROUP( Exporter FILES ${Exporter_SRCS})
|
|
SOURCE_GROUP( Exporter FILES ${Exporter_SRCS})
|
|
|
|
|