diff options
Diffstat (limited to 'vcpkg/ports/antlr4/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/antlr4/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/antlr4/vcpkg.json b/vcpkg/ports/antlr4/vcpkg.json new file mode 100644 index 0000000..f93a9f3 --- /dev/null +++ b/vcpkg/ports/antlr4/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "antlr4", + "version": "4.13.2", + "port-version": 1, + "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 + } + ] +} |