mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 13:59:05 +08:00
d35a986b57
* [antlr4] Fix CMake export * update vcpkg.json * update version * fix build * update version Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
24 lines
448 B
JSON
24 lines
448 B
JSON
{
|
|
"name": "antlr4",
|
|
"version": "4.9.3",
|
|
"port-version": 2,
|
|
"description": "ANother Tool for Language Recognition",
|
|
"homepage": "https://www.antlr.org",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!uwp & !windows & !osx"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|