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-17 11:37:56 +0200 |
commit | a228f3d80af715665ee28627a1239998af0a52d9 (patch) | |
tree | ed60c2b3361c6f227aad36e7c0555491bcab35a5 /cmake | |
parent | f076a1fe39a466f9be91934e35ed179e45edece0 (diff) | |
download | qtlocation-mapboxgl-a228f3d80af715665ee28627a1239998af0a52d9.tar.gz |
[core] Refactor duplicated code in Asset and File sources
Diffstat (limited to 'cmake')
-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 |