diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-29 18:28:34 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-03 17:25:49 -0700 |
commit | c8391729c7af8edc142f0319ccffe2720cfb6c18 (patch) | |
tree | 7159629cb4f8c9b86ba39dd8c79b87e8f5cb432d /mbgl.gypi | |
parent | 01b3eac52f810b61dc2d5f0ea7a2bfa229daa01f (diff) | |
download | qtlocation-mapboxgl-c8391729c7af8edc142f0319ccffe2720cfb6c18.tar.gz |
[core] Use geometry.hpp feature type
Diffstat (limited to 'mbgl.gypi')
-rw-r--r-- | mbgl.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -174,6 +174,7 @@ '<@(opengl_cflags)', '<@(protozero_cflags)', '<@(boost_cflags)', + '<@(geometry_cflags)', '<@(geojsonvt_cflags)', '<@(rapidjson_cflags)', '<@(variant_cflags)', @@ -288,10 +289,12 @@ 'direct_dependent_settings': { 'cflags_cc': [ '<@(variant_cflags)', + '<@(geometry_cflags)', ], 'xcode_settings': { 'OTHER_CPLUSPLUSFLAGS': [ '<@(variant_cflags)', + '<@(geometry_cflags)', ], }, }, |