diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2017-07-25 15:46:16 +0300 |
---|---|---|
committer | Ivo van Dongen <ivovandongen@users.noreply.github.com> | 2017-08-09 12:08:21 +0300 |
commit | edaa002c3c23e84db8ca07c521118da37ba5bb38 (patch) | |
tree | cfde2f22898febaa06618cd3fb7aac0a8a675bc1 /cmake | |
parent | d88567ee0997b0430db3ac7cf6deb20a0615098e (diff) | |
download | qtlocation-mapboxgl-edaa002c3c23e84db8ca07c521118da37ba5bb38.tar.gz |
[core] current scheduler
- Adds a way to set the current scheduler on the thread to be used whenever a mailbox is created that needs to reply on this thread
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index 1bbe739256..1a86da6f24 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -8,6 +8,7 @@ set(MBGL_CORE_FILES include/mbgl/actor/message.hpp include/mbgl/actor/scheduler.hpp src/mbgl/actor/mailbox.cpp + src/mbgl/actor/scheduler.cpp # algorithm src/mbgl/algorithm/covered_by_children.hpp |