Skip to content

SpectacularAI/sqlite-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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, snapshot from https://www.sqlite.org/download.html

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages