Files
allwpilib/vcpkg.json
Ryan Blue 64df5e21c0 [build] cmake: Fix libssh search on windows (#7081)
This uses the package config files provided by libssh rather than the module file.
2024-09-14 14:47:12 -07:00

13 lines
209 B
JSON

{
"name": "main",
"version-string": "latest",
"dependencies": [
"opencv",
"fmt",
"libuv",
"protobuf",
"libssh"
],
"builtin-baseline": "37c3e63a1306562f7f59c4c3c8892ddd50fdf992"
}