vcpkg/ports/libgig/vcpkg.json
2023-10-09 15:03:09 -07:00

32 lines
620 B
JSON

{
"name": "libgig",
"version": "4.3.0",
"description": "C++ library for loading Gigasampler files and DLS Level 1/2 files",
"homepage": "https://www.linuxsampler.org/libgig/",
"supports": "windows & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tests": {
"description": "Build test cases",
"dependencies": [
"cppunit"
]
},
"tools": {
"description": "Build extra tools",
"dependencies": [
"libsndfile"
]
}
}
}