mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:19:07 +08:00
c1b768b0d6
* Add vcpkg_from_*** and ${PORT} usage improvements to the `vcpkg create` templates. * Also add some more quotes. * Back out quotes to vcpkg_cmake_config_fixup as suggested by @JackBoosY
22 lines
292 B
JSON
22 lines
292 B
JSON
{
|
|
"name": "@PORT@",
|
|
"version": "",
|
|
"homepage": "",
|
|
"description": "",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
|
|
"default-features": [],
|
|
"features": [
|
|
{
|
|
"name": "",
|
|
"description": "",
|
|
"dependencies": []
|
|
}
|
|
]
|
|
}
|