Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

22 lines
416 B
JSON

{
"name": "vcpkg-ci-mdl-sdk",
"version-string": "ci",
"description": "Port to force features of certain ports within CI",
"license": "BSD-3-Clause",
"supports": "!(windows & static)",
"dependencies": [
{
"name": "mdl-sdk",
"default-features": false,
"features": [
"dds",
"openimageio"
]
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}