aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kissfft/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/kissfft/vcpkg.json')
-rw-r--r--vcpkg/ports/kissfft/vcpkg.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/kissfft/vcpkg.json b/vcpkg/ports/kissfft/vcpkg.json
new file mode 100644
index 0000000..932d5e9
--- /dev/null
+++ b/vcpkg/ports/kissfft/vcpkg.json
@@ -0,0 +1,30 @@
+{
+ "name": "kissfft",
+ "version": "131.1.0",
+ "description": "A Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid",
+ "homepage": "https://github.com/mborgerding/kissfft",
+ "license": "BSD-3-Clause",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "openmp": {
+ "description": "Build kissfft with OpenMP support",
+ "supports": "!windows"
+ },
+ "tools": {
+ "description": "Build kissfft tools",
+ "supports": "linux | osx",
+ "dependencies": [
+ "libpng"
+ ]
+ }
+ }
+}