From 5e382eb8e512aa6701edeaf513b527c648648191 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 22 Dec 2010 23:09:30 +0000 Subject: rename blenderlib to blender_add_lib --- source/blender/editors/animation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/animation/CMakeLists.txt') diff --git a/source/blender/editors/animation/CMakeLists.txt b/source/blender/editors/animation/CMakeLists.txt index 64677282bf5..66ec9cf75d6 100644 --- a/source/blender/editors/animation/CMakeLists.txt +++ b/source/blender/editors/animation/CMakeLists.txt @@ -49,4 +49,4 @@ set(SRC anim_intern.h ) -blenderlib(bf_editor_animation "${SRC}" "${INC}") +blender_add_lib(bf_editor_animation "${SRC}" "${INC}") -- cgit v1.2.3