mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:38:59 +08:00
d12cbb40ed
* Fix _IMPORT_PREFIX * Export cmake targets file * Fix config * Make separate omplapp port * Run x-add-version for omplapp * Fix versions * Fix omplapp static builds * Run x-add-version * Update ports/omplapp/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update ports/omplapp/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Put files in quotes * Run x-add-version Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
12 lines
242 B
JSON
12 lines
242 B
JSON
{
|
|
"name": "omplapp",
|
|
"version-string": "1.5.1",
|
|
"description": "Use OMPL for reading meshes and performing collision checking",
|
|
"homepage": "https://ompl.kavrakilab.org/",
|
|
"dependencies": [
|
|
"assimp",
|
|
"fcl",
|
|
"ompl"
|
|
]
|
|
}
|