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-02-10 02:08:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-10 02:15:59 +0300
commit068f4e45927f78d40f5b553c20ce1ab5fa71cf1f (patch)
tree61905009c2769448bcb324c8c770bb0d5e57f7d0 /source/blender/depsgraph/CMakeLists.txt
parent8a9c4bd907bdc8a82df5d369a7d54299ba7ac599 (diff)
Cleanup: sort file, struct lists
Diffstat (limited to 'source/blender/depsgraph/CMakeLists.txt')
-rw-r--r--source/blender/depsgraph/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/CMakeLists.txt b/source/blender/depsgraph/CMakeLists.txt
index fad8bc22e08..737d66e07cb 100644
--- a/source/blender/depsgraph/CMakeLists.txt
+++ b/source/blender/depsgraph/CMakeLists.txt
@@ -83,8 +83,8 @@ set(SRC
intern/depsgraph_query.cc
intern/depsgraph_query_foreach.cc
intern/depsgraph_query_iter.cc
- intern/depsgraph_relation.cc
intern/depsgraph_registry.cc
+ intern/depsgraph_relation.cc
intern/depsgraph_tag.cc
intern/depsgraph_type.cc
intern/depsgraph_update.cc