pineapple/externals/vcpkg/ports/libsigcpp/vcpkg.json
2022-07-23 03:01:36 +02:00

17 lines
350 B
JSON
Executable file

{
"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
}
]
}