vcpkg/ports/octomap/vcpkg.json
2024-04-02 12:42:49 -07:00

19 lines
380 B
JSON

{
"name": "octomap",
"version": "1.10.0",
"description": "An Efficient Probabilistic 3D Mapping Framework Based on Octrees",
"homepage": "https://octomap.github.io/",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}