From edaa002c3c23e84db8ca07c521118da37ba5bb38 Mon Sep 17 00:00:00 2001 From: Ivo van Dongen Date: Tue, 25 Jul 2017 15:46:16 +0300 Subject: [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 --- cmake/core-files.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake/core-files.cmake') 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 -- cgit v1.2.1