pineapple/externals/vcpkg/ports/libsigcpp/vcpkg.json

18 lines
350 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"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
}
]
}