mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 14:21:47 +08:00
677eae74c0
* Add new port pffft * Add pffft to baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
346 B
JSON
18 lines
346 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|