[Bf-blender-cvs] [efcac471551] master: Cleanup: soft CMake file lists

Campbell Barton noreply at git.blender.org
Thu Aug 26 04:47:34 CEST 2021


Commit: efcac471551ee8fe3a9e0a68eec478a3e1eac089
Author: Campbell Barton
Date:   Thu Aug 26 12:41:26 2021 +1000
Branches: master
https://developer.blender.org/rBefcac471551ee8fe3a9e0a68eec478a3e1eac089

Cleanup: soft CMake file lists

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

M	source/blender/blenkernel/CMakeLists.txt
M	source/blender/blenlib/CMakeLists.txt
M	source/blender/editors/asset/CMakeLists.txt
M	source/blender/io/usd/CMakeLists.txt

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

diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index adaef22d5bc..64cfbd8f491 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -78,9 +78,9 @@ set(SRC
   intern/anim_visualization.c
   intern/appdir.c
   intern/armature.c
-  intern/armature_selection.cc
   intern/armature_deform.c
   intern/armature_pose.cc
+  intern/armature_selection.cc
   intern/armature_update.c
   intern/asset.cc
   intern/attribute.c
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index f98d15ad08b..24178535068 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -199,8 +199,8 @@ set(SRC
   BLI_enumerable_thread_specific.hh
   BLI_expr_pylike_eval.h
   BLI_fileops.h
-  BLI_filereader.h
   BLI_fileops_types.h
+  BLI_filereader.h
   BLI_float2.hh
   BLI_float3.hh
   BLI_float4x4.hh
diff --git a/source/blender/editors/asset/CMakeLists.txt b/source/blender/editors/asset/CMakeLists.txt
index 7e578b78809..31c07580570 100644
--- a/source/blender/editors/asset/CMakeLists.txt
+++ b/source/blender/editors/asset/CMakeLists.txt
@@ -51,8 +51,8 @@ set(SRC
 )
 
 set(LIB
-  bf_blenloader
   bf_blenkernel
+  bf_blenloader
 )
 
 blender_add_lib(bf_editor_asset "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
diff --git a/source/blender/io/usd/CMakeLists.txt b/source/blender/io/usd/CMakeLists.txt
index 5499fe36898..12015bf1698 100644
--- a/source/blender/io/usd/CMakeLists.txt
+++ b/source/blender/io/usd/CMakeLists.txt
@@ -77,8 +77,8 @@ set(SRC
   intern/usd_reader_nurbs.cc
   intern/usd_reader_prim.cc
   intern/usd_reader_stage.cc
-  intern/usd_reader_xform.cc
   intern/usd_reader_volume.cc
+  intern/usd_reader_xform.cc
 
   usd.h
 
@@ -102,8 +102,8 @@ set(SRC
   intern/usd_reader_nurbs.h
   intern/usd_reader_prim.h
   intern/usd_reader_stage.h
-  intern/usd_reader_xform.h
   intern/usd_reader_volume.h
+  intern/usd_reader_xform.h
 )
 
 set(LIB



More information about the Bf-blender-cvs mailing list