mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
6aa4fca940
* [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>
15 lines
339 B
JSON
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
|
|
}
|
|
]
|
|
}
|