vcpkg/ports/recast/vcpkg.json
Jack·Boos·Yu 2d15043211
[recast] Export unofficial target (#18671)
* [recast] Export unofficial target

* update version record

* Export INTERFACE_INCLUDE_DIRECTORIES

* Export more include dirs.

* Update versions/r-/recast.json
2021-07-01 09:14:08 -07:00

18 lines
343 B
JSON

{
"name": "recast",
"version": "1.5.1",
"port-version": 4,
"description": "Navigation-mesh Toolset for Games",
"homepage": "https://github.com/recastnavigation/recastnavigation",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}