vcpkg/ports/tfhe/vcpkg.json
Jack·Boos·Yu 6aa4fca940
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 5 (#29918)
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 5

* version

* typo

* typo

* fix build

* version

* deprecated vcpkg_extract_source_archive_ex

* version

* fix argument

* version

* Rename argument

* version

* More changes about argument

* wrong op

* version

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-03-01 10:39:29 -08:00

15 lines
339 B
JSON

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