mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:09:00 +08:00
d32292fd11
* [fluidlite] Remove `CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS` * version * Test in CI * Disable dynamic builds on Windows * version * revert CI baseline
15 lines
397 B
JSON
15 lines
397 B
JSON
{
|
|
"name": "fluidlite",
|
|
"version-date": "2020-08-27",
|
|
"port-version": 3,
|
|
"description": "FluidLite is a very light version of FluidSynth designed to be hardware, platform and external dependency independant.",
|
|
"homepage": "https://github.com/divideconcept/FluidLite",
|
|
"license": "LGPL-2.1-or-later",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|