summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2017-11-09 13:24:43 -0800
committerChris Loer <chris.loer@mapbox.com>2017-11-17 10:05:15 -0800
commit18d735ccc20e1e7d4616b3d3b5b1a527a01d1b91 (patch)
treeb40ebc487a62714174a60f6ebc459b867be23aee /cmake
parent601a1c8dcf73f1a419c1ed5c39fbd14c581abf50 (diff)
downloadqtlocation-mapboxgl-18d735ccc20e1e7d4616b3d3b5b1a527a01d1b91.tar.gz
[core] Add Placement class.
Responsible for running global collision detection/symbol placement algorithm and updating symbol opacity buffers accordingly.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index c6b951c237..fc918b34c8 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -546,6 +546,8 @@ set(MBGL_CORE_FILES
src/mbgl/text/glyph_pbf.hpp
src/mbgl/text/glyph_range.hpp
src/mbgl/text/placement_config.hpp
+ src/mbgl/text/placement.cpp
+ src/mbgl/text/placement.hpp
src/mbgl/text/quads.cpp
src/mbgl/text/quads.hpp
src/mbgl/text/shaping.cpp