vcpkg/ports/gmp/vcpkg.json
Dawid Wróbel 6fd6830d68
[gmp] Enable C++ support on Unix (#20205)
* [gmp] enable C++ support

* [gmp] update versions
2021-09-20 09:31:13 -07:00

21 lines
414 B
JSON

{
"name": "gmp",
"version-string": "6.2.1",
"port-version": 7,
"description": "The GNU Multiple Precision Arithmetic Library",
"homepage": "https://gmplib.org",
"supports": "!(windows & (arm | arm64))",
"dependencies": [
{
"name": "vs-yasm",
"host": true,
"platform": "windows"
},
{
"name": "yasm-tool",
"host": true,
"platform": "windows"
}
]
}