aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openmesh/vcpkg.json
blob: 72e55cee9952184efd5ad772736c9dd35f6548f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "openmesh",
  "version": "10.0",
  "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
    }
  ]
}