summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2017-06-13 18:44:13 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2017-06-21 14:30:09 +0300
commit0de17ea5f47e9e6c4b67170d4d04b0425e67ce5c (patch)
tree27f587ff587cefcea994d037866d9bcbec3b7c95 /cmake
parent2676ad05b0b934a39485631f2700423891ce1ef1 (diff)
downloadqtlocation-mapboxgl-0de17ea5f47e9e6c4b67170d4d04b0425e67ce5c.tar.gz
[core] Added the ThreadedObject
Actor model version of util::Thread.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 78451afc14..729d3f7da3 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -312,6 +312,8 @@ set(MBGL_CORE_FILES
include/mbgl/storage/resource.hpp
include/mbgl/storage/response.hpp
src/mbgl/storage/asset_file_source.hpp
+ src/mbgl/storage/file_source_request.cpp
+ src/mbgl/storage/file_source_request.hpp
src/mbgl/storage/http_file_source.hpp
src/mbgl/storage/local_file_source.hpp
src/mbgl/storage/network_status.cpp
@@ -605,6 +607,7 @@ set(MBGL_CORE_FILES
src/mbgl/util/thread_context.cpp
src/mbgl/util/thread_context.hpp
src/mbgl/util/thread_local.hpp
+ src/mbgl/util/threaded_object.hpp
src/mbgl/util/throttler.cpp
src/mbgl/util/throttler.hpp
src/mbgl/util/tile_coordinate.hpp