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:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-08-06 03:29:43 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-08-06 03:29:43 +0400
commitb6bc30837596159f513d3a8ecedea6c835d60aa0 (patch)
treec6c7bc33fbe9b21e2e674e3fa3059e02d578a993 /source/blender/blenlib/CMakeLists.txt
parent958dc02774b104123c6124a9185815dfe389a529 (diff)
Add an array-based generic stack structure to blenlib
Very simple stack with homogeneous contents. Provides push, pop, and is-empty operations.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index ac7681e3be7..0175076fab8 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -81,6 +81,7 @@ set(SRC
intern/rct.c
intern/scanfill.c
intern/smallhash.c
+ intern/stack.c
intern/storage.c
intern/string.c
intern/string_cursor_utf8.c
@@ -135,6 +136,7 @@ set(SRC
BLI_rect.h
BLI_scanfill.h
BLI_smallhash.h
+ BLI_stack.h
BLI_string.h
BLI_string_cursor_utf8.h
BLI_string_utf8.h