vcpkg/ports/boost-nowide/vcpkg.json

27 lines
485 B
JSON
Raw Normal View History

{
"name": "boost-nowide",
2021-09-28 08:12:39 +08:00
"version": "1.77.0",
"description": "Boost nowide module",
"homepage": "https://github.com/boostorg/nowide",
"dependencies": [
{
"name": "boost-build",
"host": true
},
"boost-config",
{
"name": "boost-filesystem",
"platform": "!uwp"
},
{
"name": "boost-modular-build-helper",
"host": true
},
2021-09-28 08:12:39 +08:00
"boost-vcpkg-helpers",
{
"name": "vcpkg-cmake",
"host": true
}
]
}