summaryrefslogtreecommitdiff
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-14 23:07:13 +0300
commit50bd7a112663d247bc453c205f6fcdb6759e7dde (patch)
tree8b97056f56106b5ef288fea54071f1a6c786a444
parentbd4441503f364020af286e62bdeb86f4475d5d0a (diff)
downloadqtlocation-mapboxgl-50bd7a112663d247bc453c205f6fcdb6759e7dde.tar.gz
[core] make thread.hpp public
-rw-r--r--cmake/core-files.cmake2
-rw-r--r--include/mbgl/util/thread.hpp (renamed from src/mbgl/util/thread.hpp)0
2 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
diff --git a/src/mbgl/util/thread.hpp b/include/mbgl/util/thread.hpp
index 572f46080e..572f46080e 100644
--- a/src/mbgl/util/thread.hpp
+++ b/include/mbgl/util/thread.hpp