vcpkg/ports/iir1/vcpkg.json
chausner 9d642bd84f
[iir1] Update to 1.9.1 (#24390)
* Update iir1 to 1.9.1

* Update CI baseline

* Only either build as shared or static

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-25 17:25:05 -07:00

19 lines
337 B
JSON

{
"name": "iir1",
"version": "1.9.1",
"description": "Realtime C++ filter library",
"homepage": "https://github.com/berndporr/iir1",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}