From 2218bf02dd4f4f83a5eabbc34103a1c301bcbe7b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 25 Jan 2019 08:30:33 +1100 Subject: Cleanup: sort cmake file lists --- source/blender/collada/CMakeLists.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'source/blender/collada') 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 -- cgit v1.2.3