diff options
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000..0498f64 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,23 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "description": "Interface for the CLAP plugin standard", + "dependencies": [ + "protobuf", + "grpc" + ], + "features": { + "vcpkg-qt": { + "description": "Use Qt libraries from vcpkg", + "dependencies": [ + { + "name": "qtgrpc", + "version>=": "6.7" + }, + { + "name": "qtdeclarative", + "version>=": "6.7" + } + ] + } + } +}
\ No newline at end of file |
