Add and use FindSQLite.cmake

Added a find_package module for SQLite development libraries.
This commit is contained in:
Markus Makela
2016-10-28 12:23:47 +03:00
parent 1be3bb9b8d
commit 3c26ea16e2
4 changed files with 42 additions and 12 deletions

View File

@ -44,6 +44,7 @@ find_package(LibUUID)
find_package(Jansson)
find_package(Avro)
find_package(GSSAPI)
find_package(SQLite)
# Find or build PCRE2
# Read BuildPCRE2 for details about how to add pcre2 as a dependency to a target