A CMake-based build configuration for creating SQLite3 dynamic libraries.
cmake -S . -B build
cmake --build build
This build uses the SQLite 3.6.10 amalgamation as a source.
Build configuration files are licensed under the Mozilla Public License 2.0. Full license text in LICENSE
.
SQLite3 source code is in the public domain. See SQLite Copyright for details.