yuzu/externals/vcpkg/ports/boost-container/vcpkg.json

31 lines
597 B
JSON
Executable File

{
"name": "boost-container",
"version": "1.79.0",
"description": "Boost container module",
"homepage": "https://github.com/boostorg/container",
"license": "BSL-1.0",
"dependencies": [
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-core",
"boost-intrusive",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-move",
"boost-static-assert",
"boost-type-traits",
"boost-vcpkg-helpers",
"boost-winapi",
{
"name": "vcpkg-cmake",
"host": true
}
]
}