vcpkg/ports/omplapp/vcpkg.json

21 lines
385 B
JSON
Raw Normal View History

{
"name": "omplapp",
2021-11-30 09:01:33 +08:00
"version": "1.5.1",
"port-version": 1,
"description": "Use OMPL for reading meshes and performing collision checking",
"homepage": "https://ompl.kavrakilab.org/",
"dependencies": [
"assimp",
"fcl",
2021-11-30 09:01:33 +08:00
"ompl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}