diff options
Diffstat (limited to 'vcpkg/ports/knncolle-kmknn/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/knncolle-kmknn/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/knncolle-kmknn/vcpkg.json b/vcpkg/ports/knncolle-kmknn/vcpkg.json new file mode 100644 index 0000000..44c1bd9 --- /dev/null +++ b/vcpkg/ports/knncolle-kmknn/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "knncolle-kmknn", + "version": "0.1.0", + "description": "knncolle bindings for KMKNN search ", + "homepage": "https://github.com/knncolle/knncolle_kmknn", + "license": "MIT", + "dependencies": [ + "knncolle", + "ltla-cppkmeans", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |