aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tiny-process-library/vcpkg.json
blob: 6562566b3532722a5a1518e63059fdacc3458b46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "tiny-process-library",
  "version": "2.0.4",
  "port-version": 3,
  "description": "A small platform independent library to create and stop new processes in C++",
  "homepage": "https://gitlab.com/eidheim/tiny-process-library/",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}