yuzu/externals/vcpkg/ports/munit/vcpkg.json
2022-07-23 03:01:36 +02:00

15 lines
319 B
JSON
Executable File

{
"name": "munit",
"version-date": "2019-04-06",
"port-version": 5,
"description": "A small but full-featured unit testing framework for C",
"homepage": "https://github.com/nemequ/munit",
"supports": "!(arm | uwp)",
"dependencies": [
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}