diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-09-26 19:18:50 +0300 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-09-28 16:35:50 +0200 |
commit | 4ef66f36d40c9801b6683fe18b27367c89159541 (patch) | |
tree | 5d60be018b32de8dd41c084d5d32b4e66925175c /src | |
parent | e0ffde7bc216083966ed575902513e6f06d9bafc (diff) | |
download | qtlocation-mapboxgl-4ef66f36d40c9801b6683fe18b27367c89159541.tar.gz |
[core] Use geojson as a header only library
Diffstat (limited to 'src')
-rw-r--r-- | src/mbgl/util/geojson.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/util/geojson.cpp b/src/mbgl/util/geojson.cpp new file mode 100644 index 0000000000..d1608e09fe --- /dev/null +++ b/src/mbgl/util/geojson.cpp @@ -0,0 +1 @@ +#include <mapbox/geojson_impl.hpp> |