summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2017-06-21 17:29:05 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2017-06-26 16:32:21 +0300
commit54c3ccc37d4534f699437f9c1854d8f5a857069e (patch)
treee033ecbe2c2978a547d0d097818764063a4ac1b8 /cmake
parent19e872b15c1fb9852b53ffb7e2850d2a2a7763da (diff)
downloadqtlocation-mapboxgl-54c3ccc37d4534f699437f9c1854d8f5a857069e.tar.gz
[core] Make the mbgl/actor headers public
They will be needed by the DefaultFileSource, something that we also export as public.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake6
1 files changed, 3 insertions, 3 deletions
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