yuzu/externals/vcpkg/ports/flint/vcpkg.json

22 lines
383 B
JSON
Executable File

{
"name": "flint",
"version-semver": "2.8.0",
"port-version": 1,
"description": "Fast Library for Number Theory",
"homepage": "https://www.flintlib.org/",
"supports": "!uwp",
"dependencies": [
"gettimeofday",
"gmp",
"mpfr",
{
"name": "pthreads",
"platform": "windows"
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}