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/elbeem
parent379fea2d0dc756c92ea2b3c2b805b5f3007977a1 (diff)
rename some cmake build targets
Diffstat (limited to 'intern/elbeem')
-rw-r--r--intern/elbeem/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/elbeem/CMakeLists.txt b/intern/elbeem/CMakeLists.txt
index e45a210bd88..d0e100907b1 100644
--- a/intern/elbeem/CMakeLists.txt
+++ b/intern/elbeem/CMakeLists.txt
@@ -37,5 +37,5 @@ IF(WITH_OPENMP)
ADD_DEFINITIONS(-DPARALLEL=1)
ENDIF(WITH_OPENMP)
-BLENDERLIB_NOLIST(bf_elbeem "${SRC}" "${INC}")
+BLENDERLIB_NOLIST(bf_intern_elbeem "${SRC}" "${INC}")
#, libtype='blender', priority=0 )