mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:51:18 +08:00
e1aaeb2356
* [vcpkg baseline][omplapp] Fix dependencies, add features * version * [sdformat9] Add the required dependency urdfdom-headers * [ignition-math6] Fix build error * version * [botan] Fix the pkgconfig again * version
47 lines
908 B
JSON
47 lines
908 B
JSON
{
|
|
"name": "omplapp",
|
|
"version": "1.5.1",
|
|
"port-version": 3,
|
|
"description": "Use OMPL for reading meshes and performing collision checking",
|
|
"homepage": "https://ompl.kavrakilab.org/",
|
|
"dependencies": [
|
|
"assimp",
|
|
"boost-filesystem",
|
|
"boost-program-options",
|
|
"boost-serialization",
|
|
"boost-system",
|
|
"ccd",
|
|
"eigen3",
|
|
"fcl",
|
|
"ompl",
|
|
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|