10000 GitHub - acieslewicz/sqlite-dylib: SQLite Dylib
[go: up one dir, main page]

Skip to content

acieslewicz/sqlite-dylib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite3 Dynamic Library Builder

A CMake-based build configuration for creating SQLite3 dynamic libraries.

Build Dylib

cmake -S . -B build

cmake --build build

Version info

This build uses the SQLite 3.6.10 amalgamation as a source.

Licensing

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.

0