diff options
author | Ansis Brammanis <ansis@mapbox.com> | 2017-11-07 16:10:58 -0500 |
---|---|---|
committer | Ansis Brammanis <ansis@mapbox.com> | 2017-11-09 13:11:31 -0500 |
commit | cd10190515693dae6cca7ad9087046a8dd2350a6 (patch) | |
tree | 4adc154d0a880486f0abc45c83755ca525375979 /cmake/core-files.cmake | |
parent | 0f4eed2959f7741ccf73dd79297b5fe17ff23829 (diff) | |
download | qtlocation-mapboxgl-upstream/start-collision-async.tar.gz |
partially do Placement asyncupstream/start-collision-async
Diffstat (limited to 'cmake/core-files.cmake')
-rw-r--r-- | cmake/core-files.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index 4e35e12ee8..ea3cb0d553 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -495,6 +495,8 @@ set(MBGL_CORE_FILES src/mbgl/text/glyph_range.hpp src/mbgl/text/placement.cpp src/mbgl/text/placement.hpp + src/mbgl/text/placement_worker.cpp + src/mbgl/text/placement_worker.hpp src/mbgl/text/quads.cpp src/mbgl/text/quads.hpp src/mbgl/text/shaping.cpp |