vcpkg/ports/wolftpm/vcpkg.json
2023-07-27 09:23:06 -07:00

21 lines
412 B
JSON

{
"name": "wolftpm",
"version": "2.7.0",
"port-version": 2,
"description": "TPM library used with wolfSSL library for many platforms",
"homepage": "https://wolfssl.com",
"license": "GPL-2.0-or-later",
"supports": "!uwp & !xbox",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"wolfssl"
]
}