Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 682 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 682 Bytes

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: