vcpkg/ports/wolftpm/vcpkg.json

20 lines
391 B
JSON
Raw Normal View History

{
"name": "wolftpm",
"version": "3.4.0",
"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"
]
}