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-05-08 17:19:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-08 17:19:55 +0400
commit28617bd7106b918bfd40305fdd709f3e73649d9c (patch)
tree178d9584c7887e166d3a4a967e00073be428e33e /source/blender/makesrna/intern/CMakeLists.txt
parenta9a0e2d98f4093244157a6ceb9d9960ba813b2ce (diff)
fix for recent commit, WITH_GUARDEDALLOC wasn't enabled for makesrna, makesdna.
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 609592cc1cd..2e0eacf90e5 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -247,6 +247,11 @@ if(WITH_BULLET)
add_definitions(-DWITH_BULLET)
endif()
+# for mallocn.c
+if (WITH_GUARDEDALLOC)
+ add_definitions(-DWITH_GUARDEDALLOC)
+endif()
+
# Build makesrna executable
blender_include_dirs(
.