mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
29 lines
592 B
JSON
29 lines
592 B
JSON
{
|
|
"name": "boost-dll",
|
|
"version-string": "1.75.0",
|
|
"description": "Boost dll module",
|
|
"homepage": "https://github.com/boostorg/dll",
|
|
"dependencies": [
|
|
"boost-assert",
|
|
"boost-config",
|
|
"boost-core",
|
|
{
|
|
"name": "boost-filesystem",
|
|
"platform": "!uwp"
|
|
},
|
|
"boost-function",
|
|
"boost-integer",
|
|
"boost-move",
|
|
"boost-predef",
|
|
"boost-smart-ptr",
|
|
"boost-spirit",
|
|
"boost-static-assert",
|
|
"boost-system",
|
|
"boost-throw-exception",
|
|
"boost-type-index",
|
|
"boost-type-traits",
|
|
"boost-vcpkg-helpers",
|
|
"boost-winapi"
|
|
]
|
|
}
|