yuzu/externals/vcpkg/ports/kissfft/vcpkg.json

17 lines
361 B
JSON
Executable File

{
"name": "kissfft",
"version-date": "2021-11-14",
"description": "A Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid",
"homepage": "https://github.com/mborgerding/kissfft",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}