Add libmt32emu and libslirp as optional dependencies to vcpkg manifest

This commit is contained in:
David Hrdlička
2022-02-08 01:55:25 +01:00
parent 0f4931cdcc
commit 58aca9ebd4
3 changed files with 23 additions and 3 deletions

View File

@@ -18,6 +18,18 @@
"qt5-base",
"qt5-translations"
]
},
"munt": {
"description": "Roland MT-32 emulation",
"dependencies": [
"libmt32emu"
]
},
"slirp": {
"description": "Slirp network support",
"dependencies": [
"libslirp"
]
}
}
}