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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-12-01 13:35:36 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-18 18:15:47 +0300
commit344eff9c4804f99b633c8054b888a8667ea24ddc (patch)
tree3b70260673dd7612012c7c0ddf234de448a1ee93 /source/blender/depsgraph/CMakeLists.txt
parentc5d9eb88e21001bccf039e5d9ed746a9280302a1 (diff)
Depsgraph: Add query API to traverse all dependent IDs of the given ID
Diffstat (limited to 'source/blender/depsgraph/CMakeLists.txt')
-rw-r--r--source/blender/depsgraph/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/depsgraph/CMakeLists.txt b/source/blender/depsgraph/CMakeLists.txt
index 9478ca306e9..b76275566bd 100644
--- a/source/blender/depsgraph/CMakeLists.txt
+++ b/source/blender/depsgraph/CMakeLists.txt
@@ -62,6 +62,7 @@ set(SRC
intern/depsgraph_debug.cc
intern/depsgraph_eval.cc
intern/depsgraph_query.cc
+ intern/depsgraph_query_foreach.cc
intern/depsgraph_tag.cc
intern/depsgraph_type_defines.cc