aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/quadtree/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/quadtree/vcpkg.json')
-rw-r--r--vcpkg/ports/quadtree/vcpkg.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/quadtree/vcpkg.json b/vcpkg/ports/quadtree/vcpkg.json
new file mode 100644
index 0000000..bc8275e
--- /dev/null
+++ b/vcpkg/ports/quadtree/vcpkg.json
@@ -0,0 +1,13 @@
+{
+ "name": "quadtree",
+ "version-date": "2022-04-24",
+ "description": "A simple and modern C++ quadtree implementation",
+ "homepage": "https://github.com/pvigier/Quadtree",
+ "license": "MIT",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}