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 --- intern/ghost/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/ghost/CMakeLists.txt') diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt index 509741092c5..7a147097cc7 100644 --- a/intern/ghost/CMakeLists.txt +++ b/intern/ghost/CMakeLists.txt @@ -144,5 +144,5 @@ elseif(WIN32) ) endif() -blenderlib(bf_intern_ghost "${SRC}" "${INC}") +blender_add_lib(bf_intern_ghost "${SRC}" "${INC}") -- cgit v1.2.3