diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2018-10-13 22:03:19 +0300 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2018-12-14 18:34:01 +0200 |
commit | 216e8f6c9bacff514a1e596bcd3132b94c80a71b (patch) | |
tree | e49bae051e16c169a0095366462dd932cd0312cd /cmake/filesource-files.txt | |
parent | 197205e47989625be8e7f72ae0a4c77920760dbe (diff) | |
download | qtlocation-mapboxgl-upstream/remove_filesource_exceptions.tar.gz |
[core] Refactor duplicated code in Asset and File sourcesupstream/remove_filesource_exceptions
Diffstat (limited to 'cmake/filesource-files.txt')
-rw-r--r-- | cmake/filesource-files.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/filesource-files.txt b/cmake/filesource-files.txt index 1909885e47..4eef1a3873 100644 --- a/cmake/filesource-files.txt +++ b/cmake/filesource-files.txt @@ -10,6 +10,8 @@ src/mbgl/storage/asset_file_source.hpp platform/default/src/mbgl/storage/asset_file_source.cpp src/mbgl/storage/local_file_source.hpp platform/default/src/mbgl/storage/local_file_source.cpp +platform/default/include/mbgl/storage/local_file_request.hpp +platform/default/src/mbgl/storage/local_file_request.cpp # Offline include/mbgl/storage/offline.hpp |