dicebox 38e0e86b19 git subrepo clone https://github.com/minetest/minetest.git
subrepo:
  subdir:   "minetest"
  merged:   "f5d4494"
upstream:
  origin:   "https://github.com/minetest/minetest.git"
  branch:   "master"
  commit:   "f5d4494"
git-subrepo:
  version:  "0.3.1"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "a7ee886"
2017-02-10 11:09:47 +01:00

10 lines
274 B
CMake

mark_as_advanced(SQLITE3_LIBRARY SQLITE3_INCLUDE_DIR)
find_path(SQLITE3_INCLUDE_DIR sqlite3.h)
find_library(SQLITE3_LIBRARY NAMES sqlite3)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(SQLite3 DEFAULT_MSG SQLITE3_LIBRARY SQLITE3_INCLUDE_DIR)