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>2010-08-24 08:29:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-24 08:29:23 +0400
commit6464718083dcc18f8f66b1af97c662fee2279e81 (patch)
tree496dd533e8d3181c52f5bec7373d757a89804a29 /intern/guardedalloc/CMakeLists.txt
parent379fea2d0dc756c92ea2b3c2b805b5f3007977a1 (diff)
rename some cmake build targets
Diffstat (limited to 'intern/guardedalloc/CMakeLists.txt')
-rw-r--r--intern/guardedalloc/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/guardedalloc/CMakeLists.txt b/intern/guardedalloc/CMakeLists.txt
index 21f43b7320e..642b04fdb60 100644
--- a/intern/guardedalloc/CMakeLists.txt
+++ b/intern/guardedalloc/CMakeLists.txt
@@ -28,10 +28,10 @@ SET(INC .)
FILE(GLOB SRC intern/*.c)
-BLENDERLIB(bf_guardedalloc "${SRC}" "${INC}")
+BLENDERLIB(bf_intern_guardedalloc "${SRC}" "${INC}")
# Override C++ alloc optional
IF(WITH_CXX_GUARDEDALLOC)
FILE(GLOB SRC cpp/*.cpp)
- BLENDERLIB(bf_guardedalloc_cpp "${SRC}" "${INC}")
+ BLENDERLIB(bf_intern_guardedalloc_cpp "${SRC}" "${INC}")
ENDIF(WITH_CXX_GUARDEDALLOC)