From d2a2dfda35e5b3c8a9a57dc44734ce30200130db Mon Sep 17 00:00:00 2001 From: Denes Matetelki Date: Fri, 5 Jul 2013 19:39:40 +0200 Subject: [PATCH] Linking lib to mysqlclient --- build/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index 6cb57f6..12b90a4 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -12,4 +12,4 @@ include_directories (../include) aux_source_directory(../src CPP_UTILS_LIB_SOURCES) add_library (CppUtils SHARED ${CPP_UTILS_LIB_SOURCES}) -target_link_libraries(CppUtils pthread rt gcov mysqlclient) +target_link_libraries(CppUtils pthread rt gcov )