aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/dlfcn-win32/vcpkg.json
blob: 7e36737dfad088a333c389eeedbd41fe92aa996d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "dlfcn-win32",
  "version": "1.4.2",
  "description": "dlfcn-win32 is an implementation of dlfcn for Windows.",
  "homepage": "https://github.com/dlfcn-win32/dlfcn-win32",
  "license": "MIT",
  "supports": "windows & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}