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

32 lines
601 B
JSON
Executable File

{
"name": "boost-json",
"version": "1.79.0",
"description": "Boost json module",
"homepage": "https://github.com/boostorg/json",
"license": "BSL-1.0",
"dependencies": [
"boost-align",
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-container",
"boost-core",
"boost-exception",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-mp11",
"boost-system",
"boost-throw-exception",
"boost-vcpkg-helpers",
{
"name": "vcpkg-cmake",
"host": true
}
]
}