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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-11-09 13:54:24 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-11-09 13:54:24 +0300
commitc86d4b1d804eb9284eee1c796080196e7a48b3f8 (patch)
treed4f5d593d361e5d962f77dfe6399e47c3e54a362 /intern/cycles/util/CMakeLists.txt
parentb394e05118c02b9476c6bbc88d208cc0bc075c1d (diff)
Cycles: Cleanup, split array from vector
Those are similar but different types, no reason to keep their definitions in a single file.
Diffstat (limited to 'intern/cycles/util/CMakeLists.txt')
-rw-r--r--intern/cycles/util/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/util/CMakeLists.txt b/intern/cycles/util/CMakeLists.txt
index 4f623c5dfb7..77d47984ee7 100644
--- a/intern/cycles/util/CMakeLists.txt
+++ b/intern/cycles/util/CMakeLists.txt
@@ -37,6 +37,7 @@ set(SRC_HEADERS
util_algorithm.h
util_aligned_malloc.h
util_args.h
+ util_array.h
util_atomic.h
util_boundbox.h
util_debug.h