vcpkg/ports/boost-filesystem/vcpkg.json

33 lines
663 B
JSON
Raw Normal View History

{
"name": "boost-filesystem",
"version-string": "1.75.0",
"port-version": 1,
"description": "Boost filesystem module",
"homepage": "https://github.com/boostorg/filesystem",
"supports": "!uwp",
"dependencies": [
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-core",
"boost-detail",
"boost-functional",
"boost-integer",
"boost-io",
"boost-iterator",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-predef",
"boost-smart-ptr",
"boost-system",
"boost-type-traits",
"boost-vcpkg-helpers",
"boost-winapi"
]
}