mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:28:59 +08:00
40ba22beba
* [bde] update to 3.124.0.0 * [bde] update to 3.124.0.0
17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"name": "bde",
|
|
"version": "3.124.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
|
|
}
|
|
]
|
|
}
|