diff options
Diffstat (limited to 'vcpkg/ports/zix/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/zix/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/zix/vcpkg.json b/vcpkg/ports/zix/vcpkg.json new file mode 100644 index 0000000..780ae1f --- /dev/null +++ b/vcpkg/ports/zix/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "zix", + "version": "0.6.2", + "description": "Zix is a lightweight C library of portability wrappers and data structures.", + "homepage": "https://github.com/drobilla/zix", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-tool-meson", + "host": true + } + ] +} |