mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
9a5e44fcc1
* [ignition-modularscripts] CMake style update * Add MAYBE_UNUSED_VARIABLES * Don't build docs (unless overriden) * Require install for host
18 lines
332 B
JSON
18 lines
332 B
JSON
{
|
|
"name": "ignition-modularscripts",
|
|
"version-date": "2023-05-05",
|
|
"description": "Vcpkg helpers to package ignition libraries",
|
|
"license": null,
|
|
"supports": "native",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|