mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:29:01 +08:00
bf7c9673c5
* Update libsigcpp to 3.0.7 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
17 lines
325 B
JSON
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
|
|
}
|
|
]
|
|
}
|