mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 13:29:02 +08:00
5c3567b5bc
* Remove deprecated cmake from templates * Fix / * Comment about vcpkg_cmake_config_fixup
22 lines
299 B
JSON
22 lines
299 B
JSON
{
|
|
"name": "@PORT@",
|
|
"version-string": "",
|
|
"homepage": "",
|
|
"description": "",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
|
|
"default-features": [],
|
|
"features": [
|
|
{
|
|
"name": "",
|
|
"description": "",
|
|
"dependencies": []
|
|
}
|
|
]
|
|
}
|