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:
Diffstat (limited to 'intern/container/CMakeLists.txt')
-rw-r--r--intern/container/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/container/CMakeLists.txt b/intern/container/CMakeLists.txt
index 5835d561abd..462b62ae8bb 100644
--- a/intern/container/CMakeLists.txt
+++ b/intern/container/CMakeLists.txt
@@ -28,5 +28,5 @@ SET(INC .)
FILE(GLOB SRC intern/*.cpp)
-BLENDERLIB(blender_CTR "${SRC}" "${INC}")
+BLENDERLIB(bf_intern_ctr "${SRC}" "${INC}")
#, libtype=['intern'], priority = 10 )