vcpkg/ports/trompeloeil/vcpkg.json
2023-09-23 22:08:55 -07:00

18 lines
395 B
JSON

{
"name": "trompeloeil",
"version": "45",
"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
}
]
}