vcpkg/ports/omplapp/vcpkg.json

60 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "omplapp",
2021-11-30 09:01:33 +08:00
"version": "1.5.1",
2023-01-09 17:15:43 +08:00
"port-version": 5,
"description": "Use OMPL for reading meshes and performing collision checking",
"homepage": "https://ompl.kavrakilab.org/",
2022-12-29 04:56:57 +08:00
"license": null,
"dependencies": [
"assimp",
2022-12-29 04:56:57 +08:00
"boost-dynamic-bitset",
"boost-filesystem",
2022-12-29 04:56:57 +08:00
"boost-graph",
"boost-odeint",
"boost-program-options",
"boost-serialization",
"boost-system",
2022-12-29 04:56:57 +08:00
"boost-test",
"boost-timer",
"boost-ublas",
"ccd",
"eigen3",
"fcl",
2022-12-29 04:56:57 +08:00
{
"name": "omplapp",
"features": [
"threads"
],
"platform": "linux"
},
2021-11-30 09:01:33 +08:00
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"ode": {
"description": "Build with Open Dynamics Engine support",
"dependencies": [
"ode"
]
},
"opengl": {
"description": "Build with OpenGL support",
"dependencies": [
"opengl"
]
},
"threads": {
"description": "Build with Threads support",
"dependencies": [
"pthreads"
]
}
}
}