vcpkg/ports/umock-c/vcpkg.json
2023-02-03 12:14:45 -08:00

20 lines
372 B
JSON

{
"name": "umock-c",
"version-date": "2022-01-21",
"port-version": 1,
"description": "A pure C mocking library",
"homepage": "https://github.com/Azure/umock-c",
"license": "MIT",
"dependencies": [
"azure-macro-utils-c",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}