diff options
Diffstat (limited to 'vcpkg/ports/tfhe/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tfhe/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/tfhe/vcpkg.json b/vcpkg/ports/tfhe/vcpkg.json new file mode 100644 index 0000000..91feadf --- /dev/null +++ b/vcpkg/ports/tfhe/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "tfhe", + "version-semver": "1.0.1", + "port-version": 5, + "description": "TFHE is open-source software distributed under the terms of the Apache 2.0 license.", + "homepage": "https://github.com/tfhe/tfhe", + "supports": "!windows & !arm", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |