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>2016-03-30 11:54:35 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-03-31 11:06:21 +0300
commitffe59c54cb2aa8c45216f37943e7b4f0c4d9d540 (patch)
tree0e972f518392d08238a0752c2db0d9d488d4adcd /intern/cycles/util/CMakeLists.txt
parent65b375e798f9b6f48acf1e1bd14801d357a5b9da (diff)
Cycles: Add STL allocator which uses stack memory
At this point we might want to rename allocator files to util_allocator_foo.c so the stay nicely grouped in the folder.
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 d0f634b42e1..d07c7b143fb 100644
--- a/intern/cycles/util/CMakeLists.txt
+++ b/intern/cycles/util/CMakeLists.txt
@@ -68,6 +68,7 @@ set(SRC_HEADERS
util_sseb.h
util_ssef.h
util_ssei.h
+ util_stack_allocator.h
util_stats.h
util_string.h
util_system.h