vcpkg/ports/boost-filesystem/vcpkg.json

26 lines
558 B
JSON
Raw Normal View History

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