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-05-13 14:20:16 +0300
committerJacques Lucke <jacques@blender.org>2021-05-13 14:20:16 +0300
commit8b87fc1c77f7f87434c226d3931635f5896d0c93 (patch)
tree2ace9795fe483ecd900d82a7b2ae9c710643a132 /source/blender/blenlib/CMakeLists.txt
parent2fb0eeb70715c6c884fce103f76e00eddb58f17f (diff)
BLI: add initial wrapper for tbb::enumerable_thread_specific
The wrapper is necessary to support building without TBB. This class is used by the upcoming new evaluator for geometry nodes.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index e66049c9bd6..ce3515ac153 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -185,6 +185,7 @@ set(SRC
BLI_edgehash.h
BLI_endian_switch.h
BLI_endian_switch_inline.h
+ BLI_enumerable_thread_specific.hh
BLI_expr_pylike_eval.h
BLI_fileops.h
BLI_fileops_types.h