diff options
Diffstat (limited to 'vcpkg/ports/wolftpm/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/wolftpm/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/wolftpm/vcpkg.json b/vcpkg/ports/wolftpm/vcpkg.json new file mode 100644 index 0000000..81cba8e --- /dev/null +++ b/vcpkg/ports/wolftpm/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "wolftpm", + "version": "3.9.2", + "port-version": 1, + "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" + ] +} |