vcpkg/ports/boost-nowide/vcpkg.json

24 lines
452 B
JSON
Raw Normal View History

{
"name": "boost-nowide",
"version-string": "1.75.0",
"port-version": 1,
"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"
]
}