aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pffft/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/pffft/vcpkg.json')
-rw-r--r--vcpkg/ports/pffft/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/pffft/vcpkg.json b/vcpkg/ports/pffft/vcpkg.json
new file mode 100644
index 0000000..f06a359
--- /dev/null
+++ b/vcpkg/ports/pffft/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "pffft",
+ "version-date": "2021-10-09",
+ "port-version": 1,
+ "description": "PFFFT, a pretty fast Fourier Transform.",
+ "homepage": "https://bitbucket.org/jpommier/pffft/",
+ "license": null,
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}