mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:11:49 +08:00
7f49d67ef8
* [yasm/vcpkg-tool-ninja] Fix build * version
14 lines
321 B
JSON
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"
|
|
]
|
|
}
|