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:
authorCampbell Barton <ideasman42@gmail.com>2020-07-16 06:17:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-07-16 06:17:31 +0300
commit123e29c27494663452e24b96087ea1e1a86d6ea8 (patch)
tree4f15dec813e40c9a15e3323b98d886ea1649644f /source/blender/functions
parent54abab53bfd83e4ff4954f2d86b1916740a6a57c (diff)
Cleanup: missing CMake headers from source lists
Diffstat (limited to 'source/blender/functions')
-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 fefd86f6c86..0ec531dea0d 100644
--- a/source/blender/functions/CMakeLists.txt
+++ b/source/blender/functions/CMakeLists.txt
@@ -39,6 +39,7 @@ set(SRC
FN_attributes_ref.hh
FN_cpp_type.hh
FN_cpp_types.hh
+ FN_generic_vector_array.hh
FN_multi_function.hh
FN_multi_function_builder.hh
FN_multi_function_context.hh