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:
authorJacques Lucke <jacques@blender.org>2021-03-04 20:18:50 +0300
committerJacques Lucke <jacques@blender.org>2021-03-04 20:18:50 +0300
commite769961f325afb1a897b4f6274cb8ea78712498c (patch)
tree1dc188030ba21cb19802bfd7fb6741a8eaa17478
parente8b29dab58106db241aadc73a88437a5f00c4bf1 (diff)
order lines correctlytemp-derived-node-tree-refactor
-rw-r--r--source/blender/nodes/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index ab737cac715..50e29d4a447 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -296,6 +296,7 @@ set(SRC
texture/node_texture_tree.c
texture/node_texture_util.c
+ intern/derived_node_tree.cc
intern/math_functions.cc
intern/node_common.c
intern/node_exec.c
@@ -306,7 +307,6 @@ set(SRC
intern/node_tree_ref.cc
intern/node_util.c
intern/type_callbacks.cc
- intern/derived_node_tree.cc
composite/node_composite_util.h
function/node_function_util.hh
@@ -316,6 +316,7 @@ set(SRC
NOD_common.h
NOD_composite.h
+ NOD_derived_node_tree.hh
NOD_function.h
NOD_geometry.h
NOD_geometry_exec.hh
@@ -328,7 +329,6 @@ set(SRC
NOD_static_types.h
NOD_texture.h
NOD_type_callbacks.hh
- NOD_derived_node_tree.hh
intern/node_common.h
intern/node_exec.h
intern/node_util.h