Commit: e769961f325afb1a897b4f6274cb8ea78712498c Author: Jacques Lucke Date: Thu Mar 4 18:18:50 2021 +0100 Branches: temp-derived-node-tree-refactor https://developer.blender.org/rBe769961f325afb1a897b4f6274cb8ea78712498c
order lines correctly =================================================================== M source/blender/nodes/CMakeLists.txt =================================================================== 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 _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
