cmake_minimum_required (VERSION 2.6) project (SQLiteProvider) add_subdirectory (sqlite) add_subdirectory (SpatialIndex) add_subdirectory (Provider)