summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-03-21 15:03:16 +0100
committerKonstantin Käfer <mail@kkaefer.com>2017-03-28 13:53:19 +0200
commit028360b68f3be900b502c885d23bf1b504e613a1 (patch)
treeb76597d6046edabd2597030247c3037bc4205627 /cmake
parent14bf47c296f7ef80c91366a30b8ec593898e1e9d (diff)
downloadqtlocation-mapboxgl-028360b68f3be900b502c885d23bf1b504e613a1.tar.gz
[node] Move util/async_task.hpp to public include directory
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake2
1 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