aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fxaudio/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/fxaudio/vcpkg.json')
-rw-r--r--vcpkg/ports/fxaudio/vcpkg.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/fxaudio/vcpkg.json b/vcpkg/ports/fxaudio/vcpkg.json
new file mode 100644
index 0000000..69e9374
--- /dev/null
+++ b/vcpkg/ports/fxaudio/vcpkg.json
@@ -0,0 +1,24 @@
+{
+ "name": "fxaudio",
+ "version": "1.0.0",
+ "description": "An easy to use audio processing library",
+ "homepage": "https://github.com/EnzoMassyle/AudioFX",
+ "license": "MIT",
+ "dependencies": [
+ {
+ "name": "fftw3",
+ "features": [
+ "threads"
+ ]
+ },
+ "libsndfile",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}