mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 06:29:02 +08:00
ade8060950
* Bump bde to 3.123.0 & fixup subpackages config * update baseline and version
17 lines
357 B
JSON
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
|
|
}
|
|
]
|
|
}
|