vcpkg/ports/vcpkg-tool-ninja/vcpkg.json

14 lines
321 B
JSON
Raw Normal View History

{
"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"
]
}