# Before using this CMake file in Windows, you should do following steps first.
# 1. Get SQLite SDK (amalgamation) and binaries (sqlite-dll) from http://www.sqlite.org/
# 2. Extract SQLite SDK and binaries to your preferred directory.
# 3. Open Developer Command Prompt for Visual Studio (embedded with Visual Studio installation)
# 4. Use `cd` command to switch work directory to the directory where you extract binaries.
# 5. Execute `lib /DEF:sqlite3.def /OUT:sqlite3.lib /MACHINE:x86` (`x86` is the architecture of your SQLite3, you may change it according to your requirement).
# 6. Now you have a generated LIB file for MSVC linking.