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>2021-10-20 01:17:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-20 01:17:46 +0300
commit967fec68837d3496b994094e5f24775ebcf6f6ce (patch)
tree5361ac1cd0636f03d54b102ef42eb90baab6d510 /source/blender/functions
parentd73f6647906d4562a191b78faa578a619090aea9 (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/functions')
-rw-r--r--source/blender/functions/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/functions/CMakeLists.txt b/source/blender/functions/CMakeLists.txt
index 844e21f5e2c..74625fe2826 100644
--- a/source/blender/functions/CMakeLists.txt
+++ b/source/blender/functions/CMakeLists.txt
@@ -41,9 +41,9 @@ set(SRC
FN_cpp_type.hh
FN_cpp_type_make.hh
- FN_generic_array.hh
FN_field.hh
FN_field_cpp_type.hh
+ FN_generic_array.hh
FN_generic_pointer.hh
FN_generic_span.hh
FN_generic_value_map.hh
@@ -88,8 +88,8 @@ blender_add_lib(bf_functions "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
if(WITH_GTESTS)
set(TEST_SRC
tests/FN_cpp_type_test.cc
- tests/FN_generic_array_test.cc
tests/FN_field_test.cc
+ tests/FN_generic_array_test.cc
tests/FN_generic_span_test.cc
tests/FN_generic_vector_array_test.cc
tests/FN_multi_function_procedure_test.cc