aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/trompeloeil/vcpkg.json
blob: ba5c0d73b3b2a2b5f02b7a1aeb723d6d5b47970d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "trompeloeil",
  "version": "48",
  "description": "A thread-safe header-only mocking framework for C++11/14 using the Boost Software License 1.0",
  "homepage": "https://github.com/rollbear/trompeloeil",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}