aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/audioengine/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/audioengine/vcpkg.json')
-rw-r--r--vcpkg/ports/audioengine/vcpkg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/audioengine/vcpkg.json b/vcpkg/ports/audioengine/vcpkg.json
new file mode 100644
index 0000000..5d6a822
--- /dev/null
+++ b/vcpkg/ports/audioengine/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "audioengine",
+ "version": "1.2",
+ "description": "AudioEngine created using C++, FFMPEG and OpenAL for a student",
+ "homepage": "https://github.com/Darkx32/AudioEngine",
+ "license": "MIT",
+ "supports": "x64 & (windows | linux)",
+ "dependencies": [
+ "ffmpeg",
+ "openal-soft",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}