diff options
Diffstat (limited to 'vcpkg/ports/umock-c/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/umock-c/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/umock-c/vcpkg.json b/vcpkg/ports/umock-c/vcpkg.json new file mode 100644 index 0000000..2c1f359 --- /dev/null +++ b/vcpkg/ports/umock-c/vcpkg.json @@ -0,0 +1,19 @@ +{ + "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 + } + ] +} |