[Bf-blender-cvs] [961b6a6f7eb] master: Cleanup: sort cmake file lists

Campbell Barton noreply at git.blender.org
Tue Apr 13 13:44:49 CEST 2021


Commit: 961b6a6f7eb8533135f03da95ffe5b3a42e44c7c
Author: Campbell Barton
Date:   Tue Apr 13 21:44:20 2021 +1000
Branches: master
https://developer.blender.org/rB961b6a6f7eb8533135f03da95ffe5b3a42e44c7c

Cleanup: sort cmake file lists

===================================================================

M	source/blender/compositor/CMakeLists.txt
M	source/blender/editors/space_spreadsheet/CMakeLists.txt
M	source/blender/io/gpencil/CMakeLists.txt

===================================================================

diff --git a/source/blender/compositor/CMakeLists.txt b/source/blender/compositor/CMakeLists.txt
index 3f58f52670e..75e7408b0a0 100644
--- a/source/blender/compositor/CMakeLists.txt
+++ b/source/blender/compositor/CMakeLists.txt
@@ -59,11 +59,11 @@ set(SRC
   intern/COM_CompositorContext.h
   intern/COM_Converter.cc
   intern/COM_Converter.h
-  intern/COM_Enums.cc
   intern/COM_Debug.cc
   intern/COM_Debug.h
   intern/COM_Device.cc
   intern/COM_Device.h
+  intern/COM_Enums.cc
   intern/COM_ExecutionGroup.cc
   intern/COM_ExecutionGroup.h
   intern/COM_ExecutionSystem.cc
@@ -279,6 +279,8 @@ set(SRC
   nodes/COM_VectorBlurNode.h
   operations/COM_VectorBlurOperation.cc
   operations/COM_VectorBlurOperation.h
+  nodes/COM_AntiAliasingNode.cc
+  nodes/COM_AntiAliasingNode.h
   nodes/COM_BlurNode.cc
   nodes/COM_BlurNode.h
   nodes/COM_BokehBlurNode.cc
@@ -295,8 +297,6 @@ set(SRC
   nodes/COM_FilterNode.h
   nodes/COM_InpaintNode.cc
   nodes/COM_InpaintNode.h
-  nodes/COM_AntiAliasingNode.cc
-  nodes/COM_AntiAliasingNode.h
 
   operations/COM_BlurBaseOperation.cc
   operations/COM_BlurBaseOperation.h
@@ -322,10 +322,10 @@ set(SRC
   operations/COM_MovieClipAttributeOperation.h
   operations/COM_MovieDistortionOperation.cc
   operations/COM_MovieDistortionOperation.h
-  operations/COM_VariableSizeBokehBlurOperation.cc
-  operations/COM_VariableSizeBokehBlurOperation.h
   operations/COM_SMAAOperation.cc
   operations/COM_SMAAOperation.h
+  operations/COM_VariableSizeBokehBlurOperation.cc
+  operations/COM_VariableSizeBokehBlurOperation.h
 
   # Matte nodes
   nodes/COM_BoxMaskNode.cc
diff --git a/source/blender/editors/space_spreadsheet/CMakeLists.txt b/source/blender/editors/space_spreadsheet/CMakeLists.txt
index 5aa708b10c0..ac879eaa5a2 100644
--- a/source/blender/editors/space_spreadsheet/CMakeLists.txt
+++ b/source/blender/editors/space_spreadsheet/CMakeLists.txt
@@ -42,9 +42,9 @@ set(SRC
 
   spreadsheet_cell_value.hh
   spreadsheet_column.hh
+  spreadsheet_column_values.hh
   spreadsheet_data_source.hh
   spreadsheet_data_source_geometry.hh
-  spreadsheet_column_values.hh
   spreadsheet_draw.hh
   spreadsheet_intern.hh
   spreadsheet_layout.hh
diff --git a/source/blender/io/gpencil/CMakeLists.txt b/source/blender/io/gpencil/CMakeLists.txt
index be46f876129..fec95be6aa8 100644
--- a/source/blender/io/gpencil/CMakeLists.txt
+++ b/source/blender/io/gpencil/CMakeLists.txt
@@ -39,8 +39,8 @@ set(INC_SYS
 )
 
 set(SRC
-  intern/gpencil_io_capi.cc
   intern/gpencil_io_base.cc
+  intern/gpencil_io_capi.cc
   intern/gpencil_io_import_base.cc
   intern/gpencil_io_import_svg.cc



More information about the Bf-blender-cvs mailing list