vcpkg/ports/licensepp/vcpkg.json
2023-04-11 23:16:43 -07:00

24 lines
436 B
JSON

{
"name": "licensepp",
"version-date": "2020-11-24",
"description": "Cross platform software licensing library",
"homepage": "https://github.com/zuhd-org/licensepp",
"supports": "!uwp",
"dependencies": [
{
"name": "cryptopp",
"features": [
"pem-pack"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}