mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
19 lines
380 B
JSON
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
|
|
}
|
|
]
|
|
}
|