aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vlfeat/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/vlfeat/vcpkg.json')
-rw-r--r--vcpkg/ports/vlfeat/vcpkg.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/vlfeat/vcpkg.json b/vcpkg/ports/vlfeat/vcpkg.json
new file mode 100644
index 0000000..78fd67d
--- /dev/null
+++ b/vcpkg/ports/vlfeat/vcpkg.json
@@ -0,0 +1,22 @@
+{
+ "name": "vlfeat",
+ "version-date": "2020-07-10",
+ "port-version": 5,
+ "description": "An open library of computer vision algorithms",
+ "homepage": "https://www.vlfeat.org",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "openmp": {
+ "description": "Enable OpenMP support"
+ }
+ }
+}