Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vcpkg-tool-ninja] add port for ninja #23201

Closed
wants to merge 14 commits into from
10 changes: 9 additions & 1 deletion ports/vcpkg-cmake/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"name": "vcpkg-cmake",
"version-date": "2022-01-19"
"version-date": "2022-02-21",
"license": "MIT",
"supports": "native",
JackBoosY marked this conversation as resolved.
Show resolved Hide resolved
"dependencies": [
{
"name": "vcpkg-tool-ninja",
"host": true
}
]
}
11 changes: 9 additions & 2 deletions ports/vcpkg-tool-meson/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "vcpkg-tool-meson",
"version": "0.60.2",
"port-version": 1,
"port-version": 2,
"description": "Meson build system",
"homepage": "https://github.com/mesonbuild/meson",
"supports": "native"
"license": "Apache-2.0",
"supports": "native",
"dependencies": [
{
"name": "vcpkg-tool-ninja",
"host": true
}
]
}
Loading