From 7377c50cb4f5b5dcb356a71787b53840d2c6ef3c Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Tue, 24 Nov 2009 23:15:47 +0000 Subject: implement convenience libraries --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ee7aa414e3..18c1fca68b7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ INCLUDE(cmake/zlib.cmake) INCLUDE(cmake/ssl.cmake) INCLUDE(cmake/readline.cmake) INCLUDE(cmake/mysql_version.cmake) -INCLUDE(cmake/misc.cmake) +INCLUDE(cmake/libutils.cmake) INCLUDE(cmake/dtrace.cmake) INCLUDE(cmake/plugin.cmake) INCLUDE(cmake/install_macros.cmake) -- cgit v1.2.1