Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 128 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 128 Bytes

sqlite-build

Build

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release 
cmake --build . --config Release