vcpkg/ports/wolftpm/vcpkg.json

21 lines
412 B
JSON
Raw Normal View History

{
"name": "wolftpm",
"version": "2.7.0",
2023-07-28 00:23:06 +08:00
"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"
]
}