From 052ed049b514407b19f9e6c322686ef894b50dc0 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Wed, 16 Aug 2023 01:30:48 +0600 Subject: [PATCH] Add vcpkg.json --- vcpkg.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vcpkg.json diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000..3597d20 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,23 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "builtin-baseline": "65c013b9667ff1f58fb8724209227e5a2e761043", + "name": "zmusic", + "description": "GZDoom's music system as a standalone library", + "features": + { + "description": "Use libsndfile provided by vcpkg.", + "dependencies": [ + { + "name": "libsndfile", + "default-features": false, + "features": [ "mpeg", "external-libs" ] + } + ] + }, + "dependencies": [ + { + "name": "alsa", + "platform": "linux" + } + ] +} \ No newline at end of file