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>2020-08-17 05:40:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-17 05:40:03 +0300
commit0b4a365183c3d740356f8f5f6a9b3ce542480bb2 (patch)
tree6e91f8386de0ecd9815596464e1c094397f87fc2 /source/blender/blenloader
parent9a4c019255b1711edd65640f4f33f21df97c2636 (diff)
Cleanup: sort CMake path lists
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt
index c56e0b5ad2e..f5c7223a37c 100644
--- a/source/blender/blenloader/CMakeLists.txt
+++ b/source/blender/blenloader/CMakeLists.txt
@@ -101,8 +101,8 @@ add_dependencies(bf_blenloader bf_dna)
if(WITH_GTESTS)
set(TEST_SRC
- tests/blendfile_loading_base_test.cc
tests/blendfile_load_test.cc
+ tests/blendfile_loading_base_test.cc
)
set(TEST_INC
)