mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:19:02 +08:00
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
|
||
|
}
|
||
|
]
|
||
|
}
|