vcpkg/ports/wolftpm/vcpkg.json
2024-07-31 12:19:41 -07:00

20 lines
391 B
JSON

{
"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"
]
}