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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2022-01-06 05:54:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-01-06 05:54:55 +0300
commit66a4da87f4ce9345bf8649b5382041380134adcb (patch)
treead0e622af610dafcacad63599127c4dc93341153 /source/blender/blenlib/CMakeLists.txt
parented68e18c1c45aea07ec17c0b0dcdc109ad7492db (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 516d9d2fe84..0db0d9a67b3 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -127,8 +127,8 @@ set(SRC
intern/resource_scope.cc
intern/scanfill.c
intern/scanfill_utils.c
- intern/session_uuid.c
intern/serialize.cc
+ intern/session_uuid.c
intern/smallhash.c
intern/sort.c
intern/sort_utils.c
@@ -284,10 +284,10 @@ set(SRC
BLI_rect.h
BLI_resource_scope.hh
BLI_scanfill.h
+ BLI_serialize.hh
BLI_session_uuid.h
BLI_set.hh
BLI_set_slots.hh
- BLI_serialize.hh
BLI_simd.h
BLI_smallhash.h
BLI_sort.h
@@ -423,8 +423,8 @@ if(WITH_GTESTS)
tests/BLI_disjoint_set_test.cc
tests/BLI_edgehash_test.cc
tests/BLI_expr_pylike_eval_test.cc
- tests/BLI_function_ref_test.cc
tests/BLI_fileops_test.cc
+ tests/BLI_function_ref_test.cc
tests/BLI_ghash_test.cc
tests/BLI_hash_mm2a_test.cc
tests/BLI_heap_simple_test.cc
@@ -455,12 +455,12 @@ if(WITH_GTESTS)
tests/BLI_path_util_test.cc
tests/BLI_polyfill_2d_test.cc
tests/BLI_ressource_strings.h
+ tests/BLI_serialize_test.cc
tests/BLI_session_uuid_test.cc
tests/BLI_set_test.cc
tests/BLI_span_test.cc
tests/BLI_stack_cxx_test.cc
tests/BLI_stack_test.cc
- tests/BLI_serialize_test.cc
tests/BLI_string_ref_test.cc
tests/BLI_string_search_test.cc
tests/BLI_string_test.cc