diff options
Diffstat (limited to 'vcpkg/ports/mgclient/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/mgclient/vcpkg.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/mgclient/vcpkg.json b/vcpkg/ports/mgclient/vcpkg.json new file mode 100644 index 0000000..fa7dce9 --- /dev/null +++ b/vcpkg/ports/mgclient/vcpkg.json @@ -0,0 +1,24 @@ +{ + "name": "mgclient", + "version": "1.4.5", + "description": "C/C++ Memgraph Client ", + "homepage": "https://github.com/memgraph/mgclient", + "license": "Apache-2.0", + "supports": "!android", + "dependencies": [ + "openssl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "cpp": { + "description": "build header only cpp bindings" + } + } +} |