aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/robotraconteur-companion/vcpkg.json
blob: caaa8609080daa2fc0da8e398ab109ef90352956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "robotraconteur-companion",
  "version-semver": "0.4.2",
  "homepage": "https://github.com/robotraconteur/robotraconteur_companion",
  "license": "Apache-2.0",
  "supports": "(windows & (x86 | x64)) | (linux & (x86 | x64 | arm64 | arm32)) | (osx & (x64 | arm64))",
  "dependencies": [
    "eigen3",
    "opencv",
    "robotraconteur",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "yaml-cpp"
  ]
}