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-04-01 16:14:53 +0300
committerJacques Lucke <jacques@blender.org>2021-04-01 16:14:53 +0300
commit2a2a4c8a27d4c9941a4fadcdc76379acb73e83d1 (patch)
tree765f6b8bd547473201a2324090da63c52ddb08bb /source/blender/nodes/CMakeLists.txt
parentb00727950c28c31563426ea3c8c745b2c67e042d (diff)
Cleanup: move node_exec.c to c++
Doing this, because it might make it easier to replace the implementation of `bNodeInstanceHash`.
Diffstat (limited to 'source/blender/nodes/CMakeLists.txt')
-rw-r--r--source/blender/nodes/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index 07380addaff..eaf68678f5f 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -308,7 +308,7 @@ set(SRC
intern/derived_node_tree.cc
intern/math_functions.cc
intern/node_common.c
- intern/node_exec.c
+ intern/node_exec.cc
intern/node_geometry_exec.cc
intern/node_socket.cc
intern/node_tree_multi_function.cc