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

21 lines
443 B
JSON
Executable File

{
"name": "boost-optional",
"version": "1.79.0",
"description": "Boost optional module",
"homepage": "https://github.com/boostorg/optional",
"license": "BSL-1.0",
"dependencies": [
"boost-assert",
"boost-config",
"boost-core",
"boost-detail",
"boost-move",
"boost-predef",
"boost-static-assert",
"boost-throw-exception",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}