[Bf-blender-cvs] [49b3691c238] lanpr-under-gp: Cleanup: sort cmake file lists

Campbell Barton noreply at git.blender.org
Fri Oct 2 07:40:27 CEST 2020


Commit: 49b3691c238a8c0b86ad57f10b79eb000f016f7e
Author: Campbell Barton
Date:   Wed Sep 30 11:51:42 2020 +1000
Branches: lanpr-under-gp
https://developer.blender.org/rB49b3691c238a8c0b86ad57f10b79eb000f016f7e

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 94798c7bf46..58bff4ca666 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