pineapple/externals/vcpkg/ports/onnx-optimizer/vcpkg.json
2022-07-23 03:01:36 +02:00

31 lines
586 B
JSON
Executable file

{
"name": "onnx-optimizer",
"version-semver": "0.2.6",
"description": "Actively maintained ONNX Optimizer",
"homepage": "https://github.com/onnx/optimizer",
"license": "Apache-2.0",
"dependencies": [
"onnx",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"pybind11": {
"description": "Build Python binaries",
"dependencies": [
{
"name": "onnx",
"features": [
"pybind11"
]
}
]
}
}
}