A CMake implementation for installing/using SQLite3
- C 100%
|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
| SQLite3Config.cmake.in | ||
sqlite3.cmake
a cmake implementation for sqlite3 for installing/using SQLite3
Made by Devon with love.
Current SQLite3 Version: 3.40.1
About
A CMake implementation for installing/using SQLite3. Source code for SQLite3 is sourced from the SQLite Amalgamation.
Installation (System Wide)
NOTE: Make sure you have administrative privlidges before attempting to install
git clone https://github.com/tek256/sqlite3.cmake
cd sqlite3.cmake
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build
cmake --install build
Credit
Written in collaboration with bruxisma. I was the monkey, they were the brains.