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-12-02 14:59:42 +0300
committerJacques Lucke <jacques@blender.org>2020-12-02 17:38:47 +0300
commit1d6284a6d5c4e2d508aeee2f1a20542db319b335 (patch)
tree2af16bfe3dc3e358e9b2eb69a51fb515fe080a36 /source/blender/functions/CMakeLists.txt
parentc7f518fe35acdf51ab53c1de198db833289be80e (diff)
Functions: add generic pointer class
This class represents a pointer whose type is only known at runtime.
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 9a6b6f4a4db..e005753e228 100644
--- a/source/blender/functions/CMakeLists.txt
+++ b/source/blender/functions/CMakeLists.txt
@@ -38,6 +38,7 @@ set(SRC
FN_array_spans.hh
FN_attributes_ref.hh
FN_cpp_type.hh
+ FN_generic_pointer.hh
FN_generic_vector_array.hh
FN_multi_function.hh
FN_multi_function_builder.hh