mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
20 lines
372 B
JSON
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
|
|
}
|
|
]
|
|
}
|