mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 07:48:23 +08:00
f7dc9c8f5e
* [wil] Configure only in release mode. * Update version database.
19 lines
520 B
JSON
19 lines
520 B
JSON
{
|
|
"name": "wil",
|
|
"version-date": "2023-08-24",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|