diff options
Diffstat (limited to 'vcpkg/ports/riffcpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/riffcpp/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/riffcpp/vcpkg.json b/vcpkg/ports/riffcpp/vcpkg.json new file mode 100644 index 0000000..08a05d9 --- /dev/null +++ b/vcpkg/ports/riffcpp/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "riffcpp", + "version": "2.2.4", + "port-version": 3, + "description": "Simple library for reading RIFF files", + "homepage": "https://github.com/libdmusic/riffcpp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |