aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ompl/vcpkg.json
blob: 3987f05882b920289f992bd54ca0ecab6508b596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "ompl",
  "version": "1.7.0",
  "description": "The Open Motion Planning Library, consists of many state-of-the-art sampling-based motion planning algorithms",
  "homepage": "https://ompl.kavrakilab.org/",
  "supports": "!(static & staticcrt) | (windows & !mingw)",
  "dependencies": [
    "boost-filesystem",
    "boost-graph",
    "boost-math",
    "boost-odeint",
    "boost-program-options",
    "boost-serialization",
    "boost-system",
    "eigen3",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}