vcpkg/ports/boost-nowide/vcpkg.json
2021-09-27 17:12:39 -07:00

27 lines
485 B
JSON

{
"name": "boost-nowide",
"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
},
"boost-vcpkg-helpers",
{
"name": "vcpkg-cmake",
"host": true
}
]
}