Skip to content

snikulov/sqlite.cmake.build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CMake build system for SQLite 3

I've created this build for Windows to produce static/dynamic libs.

The idea is simple:

  • create folder where you want to build sqlite lib - let's call it sqlite_bld
  • extract amalgamation sources from http://www.sqlite.org/download.html to sqlite_bld/src
  • put this CMakeLists.txt to sqlite_bld
  • create sqlite_bld/build and cd to this folder
  • execute "cmake .." for default generator or add option "-G[generator you wish]"

TODO:

About

CMake script for sqlite amalgamation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published