diff options
author | Jason Wray <jason@mapbox.com> | 2017-07-10 17:32:43 -0400 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2017-07-11 01:37:09 -0400 |
commit | 90c61c195622c8b3106ed4a3d5c6080dfa8a65e0 (patch) | |
tree | 517f3d32d581ff312d5082517b94db9d2e1fd9f4 /scripts | |
parent | 7d59e3f8b3a0b83833cd87eb8bfefa7d0856f0a9 (diff) | |
download | qtlocation-mapboxgl-90c61c195622c8b3106ed4a3d5c6080dfa8a65e0.tar.gz |
[darwin] Include polylabel via cmake
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config.xcconfig.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config.xcconfig.in b/scripts/config.xcconfig.in index b70ff9d677..eb6bc71b89 100644 --- a/scripts/config.xcconfig.in +++ b/scripts/config.xcconfig.in @@ -3,4 +3,3 @@ // mbgl-core mbgl_core_INCLUDE_DIRECTORIES = "@mbgl_core_INCLUDE_DIRECTORIES@" mbgl_core_LINK_LIBRARIES = "@mbgl_core_LINK_LIBRARIES@" -polylabel_INCLUDE_DIRECTORIES = "@MASON_PACKAGE_polylabel_INCLUDE_DIRS@" |