From 54c3ccc37d4534f699437f9c1854d8f5a857069e Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Wed, 21 Jun 2017 17:29:05 +0300 Subject: [core] Make the mbgl/actor headers public They will be needed by the DefaultFileSource, something that we also export as public. --- cmake/core-files.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmake/core-files.cmake') diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index 8b85e59d7f..d58a36424a 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -2,12 +2,12 @@ set(MBGL_CORE_FILES # actor + include/mbgl/actor/actor.hpp + include/mbgl/actor/actor_ref.hpp include/mbgl/actor/mailbox.hpp + include/mbgl/actor/message.hpp include/mbgl/actor/scheduler.hpp - src/mbgl/actor/actor.hpp - src/mbgl/actor/actor_ref.hpp src/mbgl/actor/mailbox.cpp - src/mbgl/actor/message.hpp # algorithm src/mbgl/algorithm/covered_by_children.hpp -- cgit v1.2.1