vcpkg/ports/fluidlite/vcpkg.json
Thomas1664 d32292fd11
[fluidlite] Remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#28569)
* [fluidlite] Remove `CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS`

* version

* Test in CI

* Disable dynamic builds on Windows

* version

* revert CI baseline
2022-12-27 00:43:27 -08:00

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
}
]
}