aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libsersi/vcpkg.json
blob: af54663cf4b11ddde971ebcc3980e58d7661ac4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "libsersi",
  "version": "0.1.0",
  "description": "C++ implementation of the IEEE 1278.1a-1998 Distributed Interactive Simulation (DIS) application protocol.",
  "homepage": "https://github.com/crhowell3/libsersi",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}