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-20 18:35:48 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-20 18:35:48 +0300
commit3474db4b37e75150924d3cec73472ad3eadea4cb (patch)
tree1c56ca6166bddecfb2854451d94335e5188fc023 /source/blender/depsgraph/CMakeLists.txt
parentf87c157f2288b945504cd6751c41a1f48b84dff8 (diff)
Depsgraph: Move ID node to own file
Diffstat (limited to 'source/blender/depsgraph/CMakeLists.txt')
-rw-r--r--source/blender/depsgraph/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/depsgraph/CMakeLists.txt b/source/blender/depsgraph/CMakeLists.txt
index 868a26ae821..232fc93aeb4 100644
--- a/source/blender/depsgraph/CMakeLists.txt
+++ b/source/blender/depsgraph/CMakeLists.txt
@@ -56,6 +56,7 @@ set(SRC
intern/eval/deg_eval_flush.cc
intern/nodes/deg_node.cc
intern/nodes/deg_node_component.cc
+ intern/nodes/deg_node_id.cc
intern/nodes/deg_node_operation.cc
intern/nodes/deg_node_time.cc
intern/depsgraph.cc
@@ -83,6 +84,7 @@ set(SRC
intern/eval/deg_eval_flush.h
intern/nodes/deg_node.h
intern/nodes/deg_node_component.h
+ intern/nodes/deg_node_id.h
intern/nodes/deg_node_operation.h
intern/nodes/deg_node_time.h
intern/depsgraph.h