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>2013-08-17 09:33:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-17 09:33:55 +0400
commitd7cc2be2b7820a0967135e6bc7043e586a0c0dd3 (patch)
treec1af1177aabb87b711afd770985a614d7de314f7 /source/blender/blenlib/CMakeLists.txt
parent26334888774fcfe28efe12d42d1da69001fa9137 (diff)
add linklist stack macros, use where over allocating an array was previously done.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index b6b69116e67..8b604e41824 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -25,7 +25,7 @@
# XXX allowing blenkernel and RNA includes in blenlib is a hack,
# but needed in a few places atm (bpath.c for instance)
-set(INC
+set(INC
.
# ../blenkernel # dont add this back!
../makesdna
@@ -125,6 +125,7 @@ set(SRC
BLI_kdtree.h
BLI_lasso.h
BLI_linklist.h
+ BLI_linklist_stack.h
BLI_listbase.h
BLI_math.h
BLI_math_base.h