diff options
Diffstat (limited to 'vcpkg/ports/wil/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/wil/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/wil/vcpkg.json b/vcpkg/ports/wil/vcpkg.json new file mode 100644 index 0000000..311f3b8 --- /dev/null +++ b/vcpkg/ports/wil/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "wil", + "version": "1.0.250325.1", + "description": "The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.", + "homepage": "https://github.com/microsoft/wil", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |