mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 05:01:49 +08:00
26 lines
558 B
JSON
26 lines
558 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|