diff options
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 8 |
1 files changed, 7 insertions, 1 deletions
| diff --git a/vcpkg.json b/vcpkg.json index 4b3fb5d..cd12788 100644 --- a/vcpkg.json +++ b/vcpkg.json | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | { | 1 | { |
| 2 | "dependencies": [ | 2 | "dependencies": [ |
| 3 | "protobuf" | 3 | "protobuf" |
| 4 | ], | ||
| 5 | "overrides": [ | ||
| 6 | { | ||
| 7 | "name": "protobuf", | ||
| 8 | "version": "5.29.3" | ||
| 9 | } | ||
| 4 | ] | 10 | ] |
| 5 | } | 11 | } \ No newline at end of file |
