mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 18:18:25 -05:00
13 lines
300 B
JSON
Executable File
13 lines
300 B
JSON
Executable File
{
|
|
"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"
|
|
]
|
|
}
|