vcpkg/ports/pmp-library/vcpkg.json
cDc 83444c5775
[pmp-library] add port (#33698)
* [pmp-library] add port

* disable warnings

* update version

* add version

* address review

* update version

* reviews

* update version
2024-01-10 17:32:10 -08:00

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
}
]
}