mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-05 10:16:01 -04:00
7 lines
325 B
Markdown
7 lines
325 B
Markdown
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3090200.zip (SQLite 3.9.2 2015-11-02)
|
|
|
|
Those files are provided for easy setup and compatibility under Windows/Linux/MacOS.
|
|
They are used by default by the CMake build.
|
|
|
|
Use -DSQLITECPP_INTERNAL_SQLITE=OFF to link against the Linux "libsqlite3-dev" package instead.
|