From 068f4e45927f78d40f5b553c20ce1ab5fa71cf1f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 10 Feb 2020 10:08:31 +1100 Subject: Cleanup: sort file, struct lists --- source/blender/depsgraph/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/depsgraph/CMakeLists.txt') 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 -- cgit v1.2.3