diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-07-16 15:58:38 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-07-16 18:24:51 +0200 |
commit | 561e55eb6c67f96ea05b471930bbd365dc44629d (patch) | |
tree | c4ff489df8b57d66a15ed8005637d230f4cf4de0 /cmake | |
parent | 6c9b627eaa17b06e1762addb4bf1ff182a340086 (diff) | |
download | qtlocation-mapboxgl-561e55eb6c67f96ea05b471930bbd365dc44629d.tar.gz |
[core] make the offline DB schema a regular include file
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/filesource.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/filesource.cmake b/cmake/filesource.cmake index 861a845d6e..5dc706340f 100644 --- a/cmake/filesource.cmake +++ b/cmake/filesource.cmake @@ -19,6 +19,7 @@ add_library(mbgl-filesource STATIC platform/default/mbgl/storage/offline_database.cpp platform/default/mbgl/storage/offline_download.hpp platform/default/mbgl/storage/offline_download.cpp + platform/default/mbgl/storage/offline_schema.hpp # Database platform/default/sqlite3.hpp |