aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/dbow2/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/dbow2/vcpkg.json')
-rw-r--r--vcpkg/ports/dbow2/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/dbow2/vcpkg.json b/vcpkg/ports/dbow2/vcpkg.json
new file mode 100644
index 0000000..d71ae20
--- /dev/null
+++ b/vcpkg/ports/dbow2/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "dbow2",
+ "version-date": "2019-08-05",
+ "port-version": 3,
+ "description": "DBoW2 is an improved version of the DBow library, an open source C++ library for indexing and converting images into a bag-of-word representation.",
+ "homepage": "https://github.com/dorian3d/DBoW2",
+ "dependencies": [
+ "opencv",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}