vcpkg/ports/air-ctl/vcpkg.json

19 lines
343 B
JSON
Raw Normal View History

{
"name": "air-ctl",
"version": "1.0.0",
"description": "C template container library",
"homepage": "https://github.com/inie0722/CTL",
"license": "BSL-1.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}