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>2011-02-21 15:18:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-21 15:18:34 +0300
commitc14aca0e95cee8262d2680364859983eca729c67 (patch)
tree66f42a4b7af172ab5e98e0ce137f590c0d8b900f /intern/guardedalloc/CMakeLists.txt
parentd9563f5e2be5cf47c886954c6e58b64b4d8deab3 (diff)
add includes to cmake files
Diffstat (limited to 'intern/guardedalloc/CMakeLists.txt')
-rw-r--r--intern/guardedalloc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/guardedalloc/CMakeLists.txt b/intern/guardedalloc/CMakeLists.txt
index eb101eee102..4a534d94eb8 100644
--- a/intern/guardedalloc/CMakeLists.txt
+++ b/intern/guardedalloc/CMakeLists.txt
@@ -29,8 +29,8 @@ set(INC .)
set(SRC
./intern/mallocn.c
- BLO_sys_types.h
MEM_guardedalloc.h
+ MEM_sys_types.h
)
if(WIN32 AND NOT UNIX)