vcpkg/ports/libsigcpp/vcpkg.json
Thomas1664 79afdf87b3
[libsigcpp] Update to 3.2.0 (#24306)
* [libsigcpp] Update to 3.2.0

* version
2022-04-22 09:25:01 -07:00

18 lines
350 B
JSON

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