From 344eff9c4804f99b633c8054b888a8667ea24ddc Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 1 Dec 2017 11:35:36 +0100 Subject: Depsgraph: Add query API to traverse all dependent IDs of the given ID --- source/blender/depsgraph/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/depsgraph/CMakeLists.txt') 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 -- cgit v1.2.3