mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 23:19:09 +08:00
20 lines
460 B
JSON
20 lines
460 B
JSON
|
{
|
||
|
"name": "v-hacd",
|
||
|
"version-string": "3.2.0",
|
||
|
"port-version": 2,
|
||
|
"description": "The V-HACD library decomposes a 3D surface into a set of \"near\" convex parts.",
|
||
|
"homepage": "https://github.com/kmammou/v-hacd",
|
||
|
"supports": "!arm",
|
||
|
"features": {
|
||
|
"opencl": {
|
||
|
"description": "Builds opencl enabled lib",
|
||
|
"dependencies": [
|
||
|
"opencl"
|
||
|
]
|
||
|
},
|
||
|
"openmp": {
|
||
|
"description": "Builds openmp enabled lib"
|
||
|
}
|
||
|
}
|
||
|
}
|