diff options
Diffstat (limited to 'vcpkg/ports/onnx/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/onnx/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/onnx/vcpkg.json b/vcpkg/ports/onnx/vcpkg.json new file mode 100644 index 0000000..c4e43a7 --- /dev/null +++ b/vcpkg/ports/onnx/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "onnx", + "version-semver": "1.17.0", + "port-version": 2, + "description": "Open standard for machine learning interoperability", + "homepage": "https://onnx.ai", + "license": "Apache-2.0", + "dependencies": [ + "protobuf", + { + "name": "protobuf", + "host": true + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |