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-15 10:35:56 +0300
committerJacques Lucke <jacques@blender.org>2021-04-15 10:35:56 +0300
commitbbea79ce5eadff621dcca668487cd1248b0433aa (patch)
treead3660cdbfd6f3e509df471bc6a6f4f9c1e42c54 /source/blender/nodes/CMakeLists.txt
parent3810bcc1604756f433b5b799b66d8b81645767ca (diff)
Cleanup: move type conversions to separate file
Diffstat (limited to 'source/blender/nodes/CMakeLists.txt')
-rw-r--r--source/blender/nodes/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index 8a426042039..8168f0dba73 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -316,6 +316,7 @@ set(SRC
intern/node_tree_ref.cc
intern/node_util.c
intern/type_callbacks.cc
+ intern/type_conversions.cc
composite/node_composite_util.h
function/node_function_util.hh
@@ -337,6 +338,7 @@ set(SRC
NOD_static_types.h
NOD_texture.h
NOD_type_callbacks.hh
+ NOD_type_conversions.hh
intern/node_common.h
intern/node_exec.h
intern/node_util.h