diff options
Diffstat (limited to 'vcpkg/ports/cubeb/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cubeb/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/cubeb/vcpkg.json b/vcpkg/ports/cubeb/vcpkg.json new file mode 100644 index 0000000..74a0756 --- /dev/null +++ b/vcpkg/ports/cubeb/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "cubeb", + "version-date": "2023-09-26", + "port-version": 1, + "description": "Cross platform audio library", + "homepage": "https://github.com/mozilla/cubeb", + "license": "ISC", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |