diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-02-23 14:48:56 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-03-28 13:53:19 +0200 |
commit | 9b39013ce4c6f98590b80ced425e0a3bcdb3f77f (patch) | |
tree | 6afaab5e122b013f45f5e8763822ccf8ebd7c4e5 /cmake | |
parent | 321d820a87b37ecd4656b8c5adf585f2f00e09e2 (diff) | |
download | qtlocation-mapboxgl-9b39013ce4c6f98590b80ced425e0a3bcdb3f77f.tar.gz |
[core] Internalize rapidjson.hpp
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index d4ea1ab5b6..881aa0e67d 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -302,6 +302,7 @@ set(MBGL_CORE_FILES include/mbgl/style/conversion/source.hpp include/mbgl/style/conversion/tileset.hpp include/mbgl/style/conversion/transition_options.hpp + src/mbgl/style/conversion/geojson.cpp src/mbgl/style/conversion/stringify.hpp # style/function |