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/space_nla/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_nla') diff --git a/source/blender/editors/space_nla/CMakeLists.txt b/source/blender/editors/space_nla/CMakeLists.txt index dcb09a1a654..3f194bc0438 100644 --- a/source/blender/editors/space_nla/CMakeLists.txt +++ b/source/blender/editors/space_nla/CMakeLists.txt @@ -41,4 +41,4 @@ set(SRC nla_intern.h ) -blenderlib(bf_editor_space_nla "${SRC}" "${INC}") +blender_add_lib(bf_editor_space_nla "${SRC}" "${INC}") -- cgit v1.2.3