From 50bd7a112663d247bc453c205f6fcdb6759e7dde Mon Sep 17 00:00:00 2001 From: Ivo van Dongen Date: Fri, 21 Jul 2017 11:41:42 +0300 Subject: [PATCH] [core] make thread.hpp public --- cmake/core-files.cmake | 2 +- {src => include}/mbgl/util/thread.hpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {src => include}/mbgl/util/thread.hpp (100%) diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index 1a86da6f247..8c31df4c51b 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 similarity index 100% rename from src/mbgl/util/thread.hpp rename to include/mbgl/util/thread.hpp