mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 09:59:01 +08:00
21 lines
475 B
JSON
21 lines
475 B
JSON
|
{
|
||
|
"name": "robotraconteur-companion",
|
||
|
"version-semver": "0.3.1",
|
||
|
"homepage": "https://github.com/robotraconteur/robotraconteur_companion",
|
||
|
"license": "Apache-2.0",
|
||
|
"supports": "(windows & (x86 | x64)) | (linux & (x86 | x64 | arm64)) | (osx & (x64 | arm64))",
|
||
|
"dependencies": [
|
||
|
"eigen3",
|
||
|
"robotraconteur",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
},
|
||
|
"yaml-cpp"
|
||
|
]
|
||
|
}
|