summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-08-30 12:41:19 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-09-02 14:09:08 +0300
commit0c0b82dc27cbe15cc902ce2c1dac00d77eccc03c (patch)
tree7f415cf82202804f93199b0bea829f658b54c6cd /vendor
parentef124e9331e70f3c34d04799fffc632e62932a2c (diff)
downloadqtlocation-mapboxgl-0c0b82dc27cbe15cc902ce2c1dac00d77eccc03c.tar.gz
[build] Use supercluster.hpp from mapbox-base
Diffstat (limited to 'vendor')
-rw-r--r--vendor/mapbox-base-files.json1
m---------vendor/supercluster.hpp0
-rw-r--r--vendor/supercluster.hpp-files.json8
-rw-r--r--vendor/supercluster.hpp.cmake5
4 files changed, 1 insertions, 13 deletions
diff --git a/vendor/mapbox-base-files.json b/vendor/mapbox-base-files.json
index 4539877205..65827728dd 100644
--- a/vendor/mapbox-base-files.json
+++ b/vendor/mapbox-base-files.json
@@ -18,6 +18,7 @@
"mapbox/geometry/polygon.hpp": "vendor/mapbox-base/mapbox/geometry.hpp/include/mapbox/geometry/polygon.hpp",
"mapbox/geometry_io.hpp": "vendor/mapbox-base/mapbox/geometry.hpp/include/mapbox/geometry_io.hpp",
"optional.hpp": "vendor/mapbox-base/mapbox/optional/optional.hpp",
+ "supercluster.hpp": "vendor/mapbox-base/mapbox/supercluster.hpp/include/supercluster.hpp",
"mapbox/optional.hpp": "vendor/mapbox-base/mapbox/variant/include/mapbox/optional.hpp",
"mapbox/recursive_wrapper.hpp": "vendor/mapbox-base/mapbox/variant/include/mapbox/recursive_wrapper.hpp",
"mapbox/variant.hpp": "vendor/mapbox-base/mapbox/variant/include/mapbox/variant.hpp",
diff --git a/vendor/supercluster.hpp b/vendor/supercluster.hpp
deleted file mode 160000
-Subproject 03c026c49c3e25cb4c65f91a308ab869e98f649
diff --git a/vendor/supercluster.hpp-files.json b/vendor/supercluster.hpp-files.json
deleted file mode 100644
index 775dda8776..0000000000
--- a/vendor/supercluster.hpp-files.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "//": "This file is generated. Do not edit. Regenerate it with scripts/generate-file-lists.js",
- "sources": [],
- "public_headers": {
- "supercluster.hpp": "vendor/supercluster.hpp/include/supercluster.hpp"
- },
- "private_headers": {}
-}
diff --git a/vendor/supercluster.hpp.cmake b/vendor/supercluster.hpp.cmake
deleted file mode 100644
index 90d0becade..0000000000
--- a/vendor/supercluster.hpp.cmake
+++ /dev/null
@@ -1,5 +0,0 @@
-add_library(supercluster.hpp INTERFACE)
-
-target_include_directories(supercluster.hpp SYSTEM INTERFACE
- ${CMAKE_SOURCE_DIR}/vendor/supercluster.hpp/include
-)