aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libdivide/vcpkg.json
blob: e5a020049c12a0096a0a4ca5fe7016c6bf69c6fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "libdivide",
  "version": "5.2.0",
  "description": "libdivide.h is a header-only C/C++ library for optimizing integer division.",
  "homepage": "https://github.com/ridiculousfish/libdivide",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "test": {
      "description": "Build test"
    }
  }
}