vcpkg/ports/bde/vcpkg.json

18 строки
382 B
JSON

{
"name": "bde",
"version": "4.8.0.0",
"description": "Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.",
"license": "Apache-2.0",
"supports": "!windows & !arm & !android & !osx",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}