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:27:08 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-20 18:29:13 +0300
commitf87c157f2288b945504cd6751c41a1f48b84dff8 (patch)
tree5656ab83fae77b0fbc1aace7d8ade85937c1806e /source/blender/depsgraph/CMakeLists.txt
parentb2ef042793d8723a8e1b433cf64cdc3fe823ff61 (diff)
Depsgraph: Move time source 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 b76275566bd..868a26ae821 100644
--- a/source/blender/depsgraph/CMakeLists.txt
+++ b/source/blender/depsgraph/CMakeLists.txt
@@ -57,6 +57,7 @@ set(SRC
intern/nodes/deg_node.cc
intern/nodes/deg_node_component.cc
intern/nodes/deg_node_operation.cc
+ intern/nodes/deg_node_time.cc
intern/depsgraph.cc
intern/depsgraph_build.cc
intern/depsgraph_debug.cc
@@ -83,6 +84,7 @@ set(SRC
intern/nodes/deg_node.h
intern/nodes/deg_node_component.h
intern/nodes/deg_node_operation.h
+ intern/nodes/deg_node_time.h
intern/depsgraph.h
intern/depsgraph_intern.h
intern/depsgraph_types.h