diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2016-08-31 16:43:33 +0200 |
---|---|---|
committer | Ivo van Dongen <info@ivovandongen.nl> | 2016-09-13 14:21:37 +0200 |
commit | 290bd07a92d7103c67f606c1423785069fc9b776 (patch) | |
tree | 00fa0a654830f3cf239932f266e311cab6ebeb59 /cmake | |
parent | fdaf26b2c02afa6042876962f92b1eaf0ada19bb (diff) | |
download | qtlocation-mapboxgl-290bd07a92d7103c67f606c1423785069fc9b776.tar.gz |
[core] OnlineFileSource - rate limit
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 2 | ||||
-rw-r--r-- | cmake/test-files.cmake | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index adc37dc71b..eafe513d22 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -421,6 +421,8 @@ set(MBGL_CORE_FILES src/mbgl/util/grid_index.hpp src/mbgl/util/http_header.cpp src/mbgl/util/http_header.hpp + src/mbgl/util/http_timeout.cpp + src/mbgl/util/http_timeout.hpp src/mbgl/util/interpolate.hpp src/mbgl/util/intersection_tests.cpp src/mbgl/util/intersection_tests.hpp diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index 8b27e3dac1..0a4a6e3c41 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -87,6 +87,7 @@ set(MBGL_TEST_FILES # util test/util/async_task.cpp test/util/geo.cpp + test/util/http_timeout.cpp test/util/image.cpp test/util/mapbox.cpp test/util/memory.cpp |