vcpkg/ports/kdbindings/vcpkg.json
autoantwort 5b5ee4ee6f
[kdbindings] add port (#21306)
* [kdbindings] add port

* update version

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-11-12 16:37:46 -08:00

18 lines
353 B
JSON

{
"name": "kdbindings",
"version": "1.0.0",
"description": "Reactive programming & data binding in C++",
"homepage": "https://github.com/KDAB/KDBindings",
"license": "MIT OR BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}