aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxdf/vcpkg.json
blob: 9d96bc1fdb12d2d699fc8f08e87972f316d666a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libxdf",
  "version": "0.99.9",
  "description": "C++ library for loading multimodal, multi-rate signals stored in XDF files.",
  "homepage": "https://xdf-modules.github.io/libxdf/",
  "license": "BSD-2-Clause",
  "dependencies": [
    "pugixml",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}