summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2017-07-21 11:41:42 +0300
committerIvo van Dongen <info@ivovandongen.nl>2017-08-22 16:14:43 +0300
commitb36415bfb68955ffe1e819a0e90df279cf20f284 (patch)
treea98704015f757e647a8feab301bb1c6108b79a55 /cmake
parent336259d4ade7515901f0d477becbe40e9f52d108 (diff)
downloadqtlocation-mapboxgl-b36415bfb68955ffe1e819a0e90df279cf20f284.tar.gz
[core] make thread.hpp public
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 1a86da6f24..8c31df4c51 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -554,6 +554,7 @@ set(MBGL_CORE_FILES
include/mbgl/util/run_loop.hpp
include/mbgl/util/size.hpp
include/mbgl/util/string.hpp
+ include/mbgl/util/thread.hpp
include/mbgl/util/tileset.hpp
include/mbgl/util/timer.hpp
include/mbgl/util/traits.hpp
@@ -610,7 +611,6 @@ set(MBGL_CORE_FILES
src/mbgl/util/stopwatch.cpp
src/mbgl/util/stopwatch.hpp
src/mbgl/util/string.cpp
- src/mbgl/util/thread.hpp
src/mbgl/util/thread_local.hpp
src/mbgl/util/throttler.cpp
src/mbgl/util/throttler.hpp