diff options
Diffstat (limited to 'vcpkg/ports/wavelib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/wavelib/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/wavelib/vcpkg.json b/vcpkg/ports/wavelib/vcpkg.json new file mode 100644 index 0000000..0906ba8 --- /dev/null +++ b/vcpkg/ports/wavelib/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "wavelib", + "version-date": "2021-11-26", + "description": "C implementation of wavelet transform (DWT,SWT and MODWT)", + "homepage": "https://github.com/rafat/wavelib", + "license": "BSD-3-Clause", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |