2021-07-07 20:06:35 +00:00
|
|
|
set (LIBRARY_DIR "${ClickHouse_SOURCE_DIR}/contrib/sqlite-amalgamation")
|
2021-05-17 11:02:35 +00:00
|
|
|
|
|
|
|
set(SRCS ${LIBRARY_DIR}/sqlite3.c)
|
|
|
|
|
|
|
|
add_library(sqlite STATIC ${SRCS})
|
|
|
|
target_include_directories(sqlite SYSTEM PUBLIC "${LIBRARY_DIR}")
|