From b2037464e420e4171ff2238f35284e156dbcf110 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 20 Jan 2021 16:08:52 +1100 Subject: CMake: add missing headers Resolves 'cmake_consistency_check' reports. --- source/blender/nodes/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/nodes') diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt index e9985cb0e13..ed4d658eb4f 100644 --- a/source/blender/nodes/CMakeLists.txt +++ b/source/blender/nodes/CMakeLists.txt @@ -308,6 +308,7 @@ set(SRC NOD_derived_node_tree.hh NOD_function.h NOD_geometry.h + NOD_geometry_exec.hh NOD_math_functions.hh NOD_node_tree_dependencies.hh NOD_node_tree_multi_function.hh -- cgit v1.2.3