mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 23:29:00 +08:00
32 lines
620 B
JSON
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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|