FindSQLite3¶
Find the SQLite libraries, v3
Result variables¶
This module will set the following variables if found:
SQLite3_INCLUDE_DIRS
- where to find sqlite3.h, etc.
SQLite3_LIBRARIES
- the libraries to link against to use SQLite3.
SQLite3_VERSION
- version of the SQLite3 library found
SQLite3_FOUND
- TRUE if found