diff options
Diffstat (limited to 'vcpkg/ports/clap-cleveraudio/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/clap-cleveraudio/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/clap-cleveraudio/vcpkg.json b/vcpkg/ports/clap-cleveraudio/vcpkg.json new file mode 100644 index 0000000..9e5e2f1 --- /dev/null +++ b/vcpkg/ports/clap-cleveraudio/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "clap-cleveraudio", + "version-semver": "1.2.3", + "description": "CLAP is an audio plugin ABI which defines a standard for Digital Audio Workstations and audio plugins to work together", + "homepage": "https://cleveraudio.org/", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |