summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2017-07-21 11:41:42 +0300
committerIvo van Dongen <ivovandongen@users.noreply.github.com>2017-08-30 17:18:37 +0300
commit0bb97e2307f1aa0c244dbacd7917d0f6c3e3d3fd (patch)
tree4c7d75b20c69b619bc94612f82eff6d37037976d
parentaf01d6ffeea11d15731bb9ad868579341ef9ec49 (diff)
downloadqtlocation-mapboxgl-0bb97e2307f1aa0c244dbacd7917d0f6c3e3d3fd.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 6b88fc9803..2d9cc98c44 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -550,6 +550,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
@@ -606,7 +607,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