yuzu/externals/vcpkg/ports/pffft/vcpkg.json

18 lines
346 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "pffft",
"version-date": "2021-10-09",
"description": "PFFFT, a pretty fast Fourier Transform.",
"homepage": "https://bitbucket.org/jpommier/pffft/",
"supports": "static",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}