summaryrefslogtreecommitdiff
path: root/cmake/core-files.cmake
diff options
context:
space:
mode:
authorAsheem Mamoowala <asheem.mamoowala@mapbox.com>2017-10-09 14:58:19 -0700
committerAsheem Mamoowala <asheem.mamoowala@mapbox.com>2017-10-10 16:53:14 -0700
commit135217fcee675da1f9be6bca63c43753e19d01b4 (patch)
treeb3e7cccb5485f715e68bc84ae3b48c8a47f04191 /cmake/core-files.cmake
parent3d31f816b052cfe69ee46495fe7a0aca71053b0e (diff)
downloadqtlocation-mapboxgl-135217fcee675da1f9be6bca63c43753e19d01b4.tar.gz
[core] Move CustomTileLoader to its own header and cpp file
Diffstat (limited to 'cmake/core-files.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 629a9a554a..6a62d8fb40 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -335,6 +335,8 @@ set(MBGL_CORE_FILES
include/mbgl/style/types.hpp
include/mbgl/style/undefined.hpp
src/mbgl/style/collection.hpp
+ src/mbgl/style/custom_tile_loader.cpp
+ src/mbgl/style/custom_tile_loader.hpp
src/mbgl/style/image.cpp
src/mbgl/style/image_impl.cpp
src/mbgl/style/image_impl.hpp