Remove dead code.
parent
bf4ad2837f
commit
effccfe2e6
|
@ -744,9 +744,6 @@ SET( PostProcessing_SRCS
|
||||||
)
|
)
|
||||||
SOURCE_GROUP( PostProcessing FILES ${PostProcessing_SRCS})
|
SOURCE_GROUP( PostProcessing FILES ${PostProcessing_SRCS})
|
||||||
|
|
||||||
#SET( IrrXML_SRCS ${HEADER_PATH}/irrXMLWrapper.h )
|
|
||||||
#SOURCE_GROUP( IrrXML FILES ${IrrXML_SRCS})
|
|
||||||
|
|
||||||
ADD_ASSIMP_IMPORTER( Q3D
|
ADD_ASSIMP_IMPORTER( Q3D
|
||||||
AssetLib/Q3D/Q3DLoader.cpp
|
AssetLib/Q3D/Q3DLoader.cpp
|
||||||
AssetLib/Q3D/Q3DLoader.h
|
AssetLib/Q3D/Q3DLoader.h
|
||||||
|
@ -850,16 +847,6 @@ if ((CMAKE_COMPILER_IS_MINGW) AND (CMAKE_BUILD_TYPE MATCHES Debug))
|
||||||
SET_SOURCE_FILES_PROPERTIES(Importer/StepFile/StepFileGen1.cpp PROPERTIES STATIC_LIBRARY_FLAGS -Os )
|
SET_SOURCE_FILES_PROPERTIES(Importer/StepFile/StepFileGen1.cpp PROPERTIES STATIC_LIBRARY_FLAGS -Os )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#ADD_ASSIMP_IMPORTER( STEP
|
|
||||||
# Step/STEPFile.h
|
|
||||||
# Importer/StepFile/StepFileImporter.h
|
|
||||||
# Importer/StepFile/StepFileImporter.cpp
|
|
||||||
# Importer/StepFile/StepFileGen1.cpp
|
|
||||||
# Importer/StepFile/StepFileGen2.cpp
|
|
||||||
# Importer/StepFile/StepFileGen3.cpp
|
|
||||||
# Importer/StepFile/StepReaderGen.h
|
|
||||||
#)
|
|
||||||
|
|
||||||
if ((NOT ASSIMP_NO_EXPORT) OR (NOT ASSIMP_EXPORTERS_ENABLED STREQUAL ""))
|
if ((NOT ASSIMP_NO_EXPORT) OR (NOT ASSIMP_EXPORTERS_ENABLED STREQUAL ""))
|
||||||
SET( Exporter_SRCS
|
SET( Exporter_SRCS
|
||||||
Common/Exporter.cpp
|
Common/Exporter.cpp
|
||||||
|
|
Loading…
Reference in New Issue