vcpkg/ports/bde/vcpkg.json
Ahsan ade8060950
[bde] Bump BDE port to 3.123.0 and fixup subpackages config (#33938)
* Bump bde to 3.123.0 & fixup subpackages config

* update baseline and version
2023-09-26 00:01:50 -07:00

17 lines
357 B
JSON

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