mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
6aa4fca940
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 5 * version * typo * typo * fix build * version * deprecated vcpkg_extract_source_archive_ex * version * fix argument * version * Rename argument * version * More changes about argument * wrong op * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
30 lines
606 B
JSON
30 lines
606 B
JSON
{
|
|
"name": "v-hacd",
|
|
"version": "3.2.0",
|
|
"port-version": 4,
|
|
"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",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"opencl": {
|
|
"description": "Builds opencl enabled lib",
|
|
"dependencies": [
|
|
"opencl"
|
|
]
|
|
},
|
|
"openmp": {
|
|
"description": "Builds openmp enabled lib"
|
|
}
|
|
}
|
|
}
|