diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-03-21 15:03:16 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-03-28 13:53:19 +0200 |
commit | 028360b68f3be900b502c885d23bf1b504e613a1 (patch) | |
tree | b76597d6046edabd2597030247c3037bc4205627 | |
parent | 14bf47c296f7ef80c91366a30b8ec593898e1e9d (diff) | |
download | qtlocation-mapboxgl-028360b68f3be900b502c885d23bf1b504e613a1.tar.gz |
[node] Move util/async_task.hpp to public include directory
-rw-r--r-- | cmake/core-files.cmake | 2 | ||||
-rw-r--r-- | include/mbgl/util/async_task.hpp (renamed from src/mbgl/util/async_task.hpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index 881aa0e67d..f9636a2564 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -434,6 +434,7 @@ set(MBGL_CORE_FILES # util include/mbgl/util/async_request.hpp + include/mbgl/util/async_task.hpp include/mbgl/util/char_array_buffer.hpp include/mbgl/util/chrono.hpp include/mbgl/util/color.hpp @@ -469,7 +470,6 @@ set(MBGL_CORE_FILES include/mbgl/util/work_request.hpp include/mbgl/util/work_task.hpp include/mbgl/util/work_task_impl.hpp - src/mbgl/util/async_task.hpp src/mbgl/util/chrono.cpp src/mbgl/util/clip_id.cpp src/mbgl/util/clip_id.hpp diff --git a/src/mbgl/util/async_task.hpp b/include/mbgl/util/async_task.hpp index 69746c3eb3..69746c3eb3 100644 --- a/src/mbgl/util/async_task.hpp +++ b/include/mbgl/util/async_task.hpp |