vcpkg/ports/vcpkg-tool-ninja/vcpkg.json
Lily Wang 27fb19bdcc
[many ports] Fix URLS of download patch (#33309)
* [many ports] Fix URLS of download patch

* update version

* Fix opencv4 and minhook

* update version
2023-08-23 12:03:24 -07:00

14 lines
321 B
JSON

{
"name": "vcpkg-tool-ninja",
"version-date": "2022-03-31",
"port-version": 2,
"description": "Ninja is a small build system with a focus on speed.",
"homepage": "https://ninja-build.org/",
"license": "Apache-2.0",
"supports": "native",
"dependencies": [
"vcpkg-cmake",
"vcpkg-cmake-config"
]
}