early-access version 2853
This commit is contained in:
46
externals/vcpkg/ports/omplapp/vcpkg.json
vendored
Executable file
46
externals/vcpkg/ports/omplapp/vcpkg.json
vendored
Executable file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user