Skip to content

SpectacularAI/sqlite-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlite-cmake

CMake build for SQLite amalgamation. It's basically all C and header files concatenated into one .c and .h files. The src/ folder contains this amalgamation as is not intended to be manually edited. Just download latest version and overwrite the files when you wish to update.

Building

To build with command line tools included:

mkdir target
cd target
cmake -DBUILD_CLI=ON .. && make

Links

About

sqlite with cmake build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages