mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 20:39:00 +08:00
18 lines
333 B
JSON
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
|
|
}
|
|
]
|
|
}
|