From 1de726a5b59038de479b3a0184fa0ef02072175d Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 23 May 2012 22:55:03 +0200 Subject: [PATCH] add an option to make SQLITE using the library installed on your system (fixed) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08ecaddde..f89f840af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,6 +35,8 @@ set (LIB_SRCS ../shared/src/build/util.c ) +set (LINK_LIBS tolua xml2 ncurses lua5.1 pthread) + if (NEED_SQLITE) set(LIB_SRCS ${LIB_SRCS}