vcpkg/ports/bde/vcpkg.json
Jia Yue Hua 40ba22beba
[bde] update to 3.124.0.0 (#36565)
* [bde] update to 3.124.0.0

* [bde] update to 3.124.0.0
2024-02-05 11:26:49 -08:00

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
}
]
}