diff options
author | Chris Loer <chris.loer@gmail.com> | 2017-07-07 13:31:53 -0700 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2017-12-11 10:43:00 -0800 |
commit | 730054276ed6a5dc7ba9d19765b8457a818854f7 (patch) | |
tree | 5cae03006130df6e61c8fbf1321aa49c6ca97e61 /cmake | |
parent | 4f31b07d091018f552341de58b4f2ae4f0f42597 (diff) | |
download | qtlocation-mapboxgl-730054276ed6a5dc7ba9d19765b8457a818854f7.tar.gz |
[core] C++ port of TinySDF
Diffstat (limited to '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 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 |