aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/muparser/vcpkg.json
blob: eb7b4a3fd00ecfd3bfa075bbcf0e2755bd2cdade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "muparser",
  "version": "2.3.5",
  "description": "Fast math parser library",
  "homepage": "https://github.com/beltoforion/muparser",
  "license": "BSD-2-Clause",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "openmp": {
      "description": "Enable OpenMP for multithreading"
    }
  }
}