vcpkg/ports/fakeit/vcpkg.json

18 lines
378 B
JSON
Raw Permalink Normal View History

{
"name": "fakeit",
2024-10-17 16:07:10 +08:00
"version": "2.4.1",
"description": "FakeIt is a simple mocking framework for C++. It supports GCC, Clang and MS Visual C++.",
"homepage": "https://github.com/eranpeer/FakeIt",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}