yuzu/externals/vcpkg/ports/boost-filesystem/vcpkg.json

38 lines
752 B
JSON
Executable File

{
"name": "boost-filesystem",
"version": "1.79.0",
"description": "Boost filesystem module",
"homepage": "https://github.com/boostorg/filesystem",
"license": "BSL-1.0",
"supports": "!uwp",
"dependencies": [
"boost-assert",
"boost-atomic",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-container-hash",
"boost-core",
"boost-detail",
"boost-io",
"boost-iterator",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-predef",
"boost-smart-ptr",
"boost-system",
"boost-throw-exception",
"boost-type-traits",
"boost-vcpkg-helpers",
"boost-winapi",
{
"name": "vcpkg-cmake",
"host": true
}
]
}