mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 10:39:01 +08:00
83fc3b74c9
* [vcpkg-tool-ninja] add ninja tool as a port * version stuff * add Unix Makefiles to list of valid generators for bootstraping ninja * nicole CRs * update version db * revert vcpkg_build_cmake changes * retrigger ci * download patch * version stuff * Remove checked in diff copy. Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
13 lines
300 B
JSON
13 lines
300 B
JSON
{
|
|
"name": "vcpkg-tool-ninja",
|
|
"version-date": "2022-03-31",
|
|
"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"
|
|
]
|
|
}
|