From 730054276ed6a5dc7ba9d19765b8457a818854f7 Mon Sep 17 00:00:00 2001 From: Chris Loer Date: Fri, 7 Jul 2017 13:31:53 -0700 Subject: [core] C++ port of TinySDF --- 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 d6c9493742..138fea1bcb 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -689,6 +689,8 @@ set(MBGL_CORE_FILES src/mbgl/util/tile_coordinate.hpp src/mbgl/util/tile_cover.cpp src/mbgl/util/tile_cover.hpp + src/mbgl/util/tiny_sdf.cpp + src/mbgl/util/tiny_sdf.hpp src/mbgl/util/token.hpp src/mbgl/util/url.cpp src/mbgl/util/url.hpp -- cgit v1.2.1