Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-09-30 04:51:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-30 04:51:42 +0300
commit714f5078da63e1d32658723eb677a712e19731d6 (patch)
tree8375e5319901cb7f6108e30a26a01f7e867be269 /source
parent38a66903e5d59cfb75515adf3951a4fffcbdf0bb (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenlib/CMakeLists.txt6
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt2
2 files changed, 4 insertions, 4 deletions
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()