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>2020-07-07 20:34:35 +0300
committerJacques Lucke <jacques@blender.org>2020-07-07 20:34:35 +0300
commit22158162efb6fb6b6d9af51c7be652fa9248155b (patch)
tree8e798a8f3da052702f27203fa11b16329de384b2 /source/blender/functions/CMakeLists.txt
parentf4633cf46c075c65d8238e3cb81de6dac95610a8 (diff)
Functions: add generic functions that output constants
Diffstat (limited to 'source/blender/functions/CMakeLists.txt')
-rw-r--r--source/blender/functions/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/functions/CMakeLists.txt b/source/blender/functions/CMakeLists.txt
index 703d3c393e8..963e6d8148e 100644
--- a/source/blender/functions/CMakeLists.txt
+++ b/source/blender/functions/CMakeLists.txt
@@ -30,6 +30,7 @@ set(SRC
intern/attributes_ref.cc
intern/cpp_types.cc
intern/multi_function.cc
+ intern/multi_function_builder.cc
intern/multi_function_network.cc
intern/multi_function_network_evaluation.cc