vcpkg/ports/boost-nowide/vcpkg.json

23 lines
424 B
JSON
Raw Normal View History

{
"name": "boost-nowide",
"version": "1.76.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"
]
}