mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
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"
|
||
|
]
|
||
|
}
|