vcpkg/ports/copypp/vcpkg.json
2023-12-06 14:01:53 -08:00

18 lines
333 B
JSON

{
"name": "copypp",
"version": "0.2.0",
"description": "support field copy in different c++ struct.",
"homepage": "https://github.com/i-curve/copypp",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}