aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fmi4cpp/vcpkg.json
blob: 399c65f1f5ddd6a40b47041641d6f58057b3b6cb (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": "fmi4cpp",
  "version": "0.8.0",
  "description": "FMI 2.0 implementation written in modern C++",
  "homepage": "https://github.com/NTNU-IHB/FMI4cpp",
  "dependencies": [
    "boost-property-tree",
    {
      "name": "libzip",
      "features": [
        "openssl"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}