[Bf-blender-cvs] [714f5078da6] master: Cleanup: sort cmake file lists

Campbell Barton noreply at git.blender.org
Wed Sep 30 04:40:35 CEST 2020


Commit: 714f5078da63e1d32658723eb677a712e19731d6
Author: Campbell Barton
Date:   Wed Sep 30 11:51:42 2020 +1000
Branches: master
https://developer.blender.org/rB714f5078da63e1d32658723eb677a712e19731d6

Cleanup: sort cmake file lists

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

M	source/blender/blenlib/CMakeLists.txt
M	source/blender/makesrna/intern/CMakeLists.txt

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

diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index b8de1e41d78..473cc4d65f3 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -228,8 +228,8 @@ set(SRC
   BLI_math_geom.h
   BLI_math_inline.h
   BLI_math_interp.h
-  BLI_math_mpq.hh
   BLI_math_matrix.h
+  BLI_math_mpq.hh
   BLI_math_rotation.h
   BLI_math_solvers.h
   BLI_math_statistics.h
@@ -268,8 +268,8 @@ set(SRC
   BLI_strict_flags.h
   BLI_string.h
   BLI_string_cursor_utf8.h
-  BLI_string_search.h
   BLI_string_ref.hh
+  BLI_string_search.h
   BLI_string_utf8.h
   BLI_string_utils.h
   BLI_sys_types.h
@@ -414,8 +414,8 @@ if(WITH_GTESTS)
     tests/BLI_span_test.cc
     tests/BLI_stack_cxx_test.cc
     tests/BLI_stack_test.cc
-    tests/BLI_string_search_test.cc
     tests/BLI_string_ref_test.cc
+    tests/BLI_string_search_test.cc
     tests/BLI_string_test.cc
     tests/BLI_string_utf8_test.cc
     tests/BLI_task_graph_test.cc
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 386777db739..a3916d280a6 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -101,9 +101,9 @@ if(WITH_EXPERIMENTAL_FEATURES)
   add_definitions(-DWITH_PARTICLE_NODES)
   add_definitions(-DWITH_HAIR_NODES)
   list(APPEND DEFSRC
+    rna_hair.c
     rna_pointcloud.c
     rna_simulation.c
-    rna_hair.c
   )
 endif()



More information about the Bf-blender-cvs mailing list