vcpkg/ports/vcpkg-tool-ninja/vcpkg.json
Jack·Boos·Yu 7f49d67ef8
[vcpkg baseline][yasm/vcpkg-tool-ninja] Fix build (#25678)
* [yasm/vcpkg-tool-ninja] Fix build

* version
2022-07-11 16:24:23 -07:00

14 lines
321 B
JSON

{
"name": "vcpkg-tool-ninja",
"version-date": "2022-03-31",
"port-version": 1,
"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"
]
}