mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
19 lines
423 B
JSON
19 lines
423 B
JSON
{
|
|
"name": "openmesh",
|
|
"version": "9.0",
|
|
"port-version": 1,
|
|
"description": "A generic and efficient polygon mesh data structure",
|
|
"homepage": "https://www.graphics.rwth-aachen.de/media/openmesh_static/Daily-Builds/Doc/index.html",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|