mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
83444c5775
* [pmp-library] add port * disable warnings * update version * add version * address review * update version * reviews * update version
20 lines
376 B
JSON
20 lines
376 B
JSON
{
|
|
"name": "pmp-library",
|
|
"version": "3.0.0",
|
|
"description": "The Polygon Mesh Processing Library",
|
|
"homepage": "https://github.com/pmp-library/pmp-library",
|
|
"license": "MIT",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"eigen3",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|