diff --git a/src/librssguard/CMakeLists.txt b/src/librssguard/CMakeLists.txt index 396ceee04..2814e6a45 100644 --- a/src/librssguard/CMakeLists.txt +++ b/src/librssguard/CMakeLists.txt @@ -528,12 +528,14 @@ if(USE_SYSTEM_SQLITE) else() message(FATAL_ERROR "System SQLite3 not detected. Set USE_SYSTEM_SQLITE=OFF if you want to build with bundled SQLite3.") endif() - else() + message(STATUS "Using bundled SQLite3.") + list(APPEND SOURCES 3rd-party/sqlite/sqlite3.c 3rd-party/sqlite/sqlite3.h ) + SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1") endif()