mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:21:29 +08:00
4bf41e29cf
* fix libsigcpp include path * update version files * fix indent * change version number back * fix pc * rerun x-add-version * Update license and upstream version * revert and re-generate version files * Update ports/libsigcpp/portfile.cmake Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * Update version again.... --------- Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
18 lines
359 B
JSON
18 lines
359 B
JSON
{
|
|
"name": "libsigcpp",
|
|
"version": "3.4.0",
|
|
"description": "Typesafe callback framework for C++",
|
|
"homepage": "https://libsigcplusplus.github.io/libsigcplusplus/",
|
|
"license": "LGPL-3.0-or-later",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|