summaryrefslogtreecommitdiff
path: root/next
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-31 17:06:37 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-06 23:54:19 +0200
commitbb85ec442dd7b5b0966d73bc6b868d33bb03e5e9 (patch)
treee0fef3271ab6e4f21b05f4f00dd6aa4386efd499 /next
parent4be2fa4f9af29cfad869412d2d794964554d4eba (diff)
downloadqtlocation-mapboxgl-bb85ec442dd7b5b0966d73bc6b868d33bb03e5e9.tar.gz
[core] Add hooks for setting experimental thread priorities for mbgl threads
Diffstat (limited to 'next')
-rw-r--r--next/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/next/CMakeLists.txt b/next/CMakeLists.txt
index e956f3e5db..50b1f62ccc 100644
--- a/next/CMakeLists.txt
+++ b/next/CMakeLists.txt
@@ -780,6 +780,7 @@ add_library(
${MBGL_ROOT}/src/mbgl/util/stopwatch.cpp
${MBGL_ROOT}/src/mbgl/util/stopwatch.hpp
${MBGL_ROOT}/src/mbgl/util/string.cpp
+ ${MBGL_ROOT}/src/mbgl/util/thread.cpp
${MBGL_ROOT}/src/mbgl/util/thread_local.hpp
${MBGL_ROOT}/src/mbgl/util/thread_pool.cpp
${MBGL_ROOT}/src/mbgl/util/thread_pool.hpp