aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/drekar-launch-process-cpp/vcpkg.json
blob: 05e1365ab909aa0fa70730f388b23e2751166266 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "drekar-launch-process-cpp",
  "version-semver": "0.1.0",
  "description": "Companion library for drekar-launch for C++",
  "homepage": "https://github.com/johnwason/drekar-launch-process-cpp",
  "license": "Apache-2.0",
  "supports": "(windows & (x86 | x64) & !uwp) | linux | osx",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}