aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/atliac-minitest/vcpkg.json
blob: 26bc9760b99c0de7f301f2d100d5fd7fa34059e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "atliac-minitest",
  "version": "1.0.0",
  "description": "A C++ unit testing framework that helps write tests alongside the code being tested.",
  "homepage": "https://github.com/Atliac/minitest",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}