diff options
Diffstat (limited to 'vcpkg/ports/pqp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/pqp/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/pqp/vcpkg.json b/vcpkg/ports/pqp/vcpkg.json new file mode 100644 index 0000000..6658fe6 --- /dev/null +++ b/vcpkg/ports/pqp/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "pqp", + "version": "1.3", + "port-version": 8, + "description": "a proximity query package", + "homepage": "https://gamma.cs.unc.edu/SSV/", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |