add an option to make SQLITE using the library installed on your system (fixed)

This commit is contained in:
Enno Rehling 2012-05-23 22:55:03 +02:00
parent 0151b2d27b
commit 1de726a5b5
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ set (LIB_SRCS
../shared/src/build/util.c ../shared/src/build/util.c
) )
set (LINK_LIBS tolua xml2 ncurses lua5.1 pthread)
if (NEED_SQLITE) if (NEED_SQLITE)
set(LIB_SRCS set(LIB_SRCS
${LIB_SRCS} ${LIB_SRCS}