vcpkg/ports/libgig/vcpkg.json

32 lines
620 B
JSON
Raw Normal View History

2023-10-10 06:03:09 +08:00
{
"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"
]
}
}
}