mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
27fb19bdcc
* [many ports] Fix URLS of download patch * update version * Fix opencv4 and minhook * update version
14 lines
321 B
JSON
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"
|
|
]
|
|
}
|