diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-04-06 07:06:51 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-04-12 16:57:52 -0700 |
commit | 08101921633ded8978c003179c5f324c91aac266 (patch) | |
tree | cf65d7ff383548ada33791c01f95d1b5070098de /cmake | |
parent | 258ac8219a741476965581a6c6ab866ab8c57fe5 (diff) | |
download | qtlocation-mapboxgl-08101921633ded8978c003179c5f324c91aac266.tar.gz |
[core] Inline GlyphSet into GlyphAtlas
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index d40fb76211..98c51b2d5d 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -399,8 +399,6 @@ set(MBGL_CORE_FILES src/mbgl/text/glyph_pbf.cpp src/mbgl/text/glyph_pbf.hpp src/mbgl/text/glyph_range.hpp - src/mbgl/text/glyph_set.cpp - src/mbgl/text/glyph_set.hpp src/mbgl/text/placement_config.hpp src/mbgl/text/quads.cpp src/mbgl/text/quads.hpp |