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

16 lines
323 B
JSON

{
"name": "outcome-run-tests",
"version-string": "0",
"port-version": 1,
"description": "Ensures that outcome built with vcpkg version of dependencies produces working executables.",
"supports": "x64",
"dependencies": [
{
"name": "outcome",
"features": [
"run-tests"
]
}
]
}