diff options
Diffstat (limited to 'vcpkg/ports/libao/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libao/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/libao/vcpkg.json b/vcpkg/ports/libao/vcpkg.json new file mode 100644 index 0000000..fe6117b --- /dev/null +++ b/vcpkg/ports/libao/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "libao", + "version": "1.2.2", + "port-version": 5, + "description": "libao - A Cross-platform Audio Library", + "homepage": "https://github.com/xiph/libao", + "license": "GPL-2.0", + "supports": "!uwp & !xbox", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true, + "platform": "windows" + } + ] +} |