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/decimation/CMakeLists.txt')
-rw-r--r--intern/decimation/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/decimation/CMakeLists.txt b/intern/decimation/CMakeLists.txt
index e7aff161692..7fdf08978a4 100644
--- a/intern/decimation/CMakeLists.txt
+++ b/intern/decimation/CMakeLists.txt
@@ -28,5 +28,5 @@ SET(INC . ../moto/include ../container ../memutil)
FILE(GLOB SRC intern/*.cpp)
-BLENDERLIB(bf_decimation "${SRC}" "${INC}")
+BLENDERLIB(bf_intern_decimate "${SRC}" "${INC}")
#, libtype=['core','common','player'], priority = [10, 20, 25] )