blob: 0f4a513bdf25017ffde48784af62f3a1193514ab (
plain)
1
2
3
4
5
6
7
8
9
|
##### sqlite2 library (static)
tde_add_library( sqlite2 STATIC_PIC
SOURCES
attach.c auth.c btree.c btree_rb.c build.c copy.c date.c delete.c encode.c expr.c func.c hash.c
insert.c main.c opcodes.c os.c pager.c parse.c pragma.c printf.c random.c select.c shell.c
table.c tokenize.c trigger.c update.c util.c vacuum.c vdbe.c vdbeaux.c where.c
LINK ${CMAKE_THREAD_LIBS_INIT}
)
|