From 18d735ccc20e1e7d4616b3d3b5b1a527a01d1b91 Mon Sep 17 00:00:00 2001 From: Chris Loer Date: Thu, 9 Nov 2017 13:24:43 -0800 Subject: [core] Add Placement class. Responsible for running global collision detection/symbol placement algorithm and updating symbol opacity buffers accordingly. --- cmake/core-files.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake') 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 -- cgit v1.2.1