forked from github/server
add an option to make SQLITE using the library installed on your system (fixed)
This commit is contained in:
parent
0151b2d27b
commit
1de726a5b5
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue