vcpkg/ports/libsigcpp/vcpkg.json
chausner bf7c9673c5
[libsigcpp] Update to 3.0.7 (#21404)
* Update libsigcpp to 3.0.7

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 14:18:41 -08:00

17 lines
325 B
JSON

{
"name": "libsigcpp",
"version": "3.0.7",
"description": "Typesafe callback framework for C++",
"homepage": "https://libsigcplusplus.github.io/libsigcplusplus/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}