Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-01-25 00:30:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-25 00:30:33 +0300
commit2218bf02dd4f4f83a5eabbc34103a1c301bcbe7b (patch)
tree80fb9700116add3762c810883fcb3cca72e349e4 /source/blender/collada
parente72fa714a800f851298dc29f736aa5231501dd0b (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/collada')
-rw-r--r--source/blender/collada/CMakeLists.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/source/blender/collada/CMakeLists.txt b/source/blender/collada/CMakeLists.txt
index 8c2339497bf..3e51c0eb8b3 100644
--- a/source/blender/collada/CMakeLists.txt
+++ b/source/blender/collada/CMakeLists.txt
@@ -61,15 +61,15 @@ set(INC_SYS
)
set(SRC
- AnimationImporter.cpp
- AnimationExporter.cpp
AnimationClipExporter.cpp
+ AnimationExporter.cpp
+ AnimationImporter.cpp
ArmatureExporter.cpp
ArmatureImporter.cpp
- BlenderContext.cpp
BCAnimationCurve.cpp
BCAnimationSampler.cpp
BCSampleData.cpp
+ BlenderContext.cpp
CameraExporter.cpp
ControllerExporter.cpp
DocumentExporter.cpp
@@ -77,33 +77,33 @@ set(SRC
EffectExporter.cpp
ErrorHandler.cpp
ExportSettings.cpp
- ImportSettings.cpp
ExtraHandler.cpp
ExtraTags.cpp
GeometryExporter.cpp
ImageExporter.cpp
+ ImportSettings.cpp
InstanceWriter.cpp
LightExporter.cpp
MaterialExporter.cpp
- MeshImporter.cpp
- SkinInfo.cpp
Materials.cpp
+ MeshImporter.cpp
SceneExporter.cpp
+ SkinInfo.cpp
TransformReader.cpp
TransformWriter.cpp
collada.cpp
collada_internal.cpp
collada_utils.cpp
- AnimationImporter.h
- AnimationExporter.h
AnimationClipExporter.h
+ AnimationExporter.h
+ AnimationImporter.h
ArmatureExporter.h
ArmatureImporter.h
- BlenderContext.h
BCAnimationCurve.h
BCAnimationSampler.h
BCSampleData.h
+ BlenderContext.h
CameraExporter.h
ControllerExporter.h
DocumentExporter.h
@@ -111,18 +111,18 @@ set(SRC
EffectExporter.h
ErrorHandler.h
ExportSettings.h
- ImportSettings.h
ExtraHandler.h
ExtraTags.h
GeometryExporter.h
ImageExporter.h
+ ImportSettings.h
InstanceWriter.h
LightExporter.h
MaterialExporter.h
- MeshImporter.h
Materials.h
- SkinInfo.h
+ MeshImporter.h
SceneExporter.h
+ SkinInfo.h
TransformReader.h
TransformWriter.h
collada.h