aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/c4core/vcpkg.json
blob: d3704a70134c65bd1eb3487747bf08efce145d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "c4core",
  "version": "0.2.7",
  "description": "Library of low-level C++ utilities",
  "homepage": "https://github.com/biojppm/c4core",
  "license": "MIT",
  "supports": "!uwp & !(windows & arm)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}