aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libconfig/vcpkg.json
blob: 76673d958452c2e5320b2b851e6c34ae86725e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "libconfig",
  "version": "1.8.1",
  "description": "C/C++ library for processing configuration files",
  "homepage": "https://github.com/hyperrealm/libconfig",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}