mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
3598d22664
* fix fakeit build * update version * add usage * update git-tree * fix usage * update git-tree * fix usage * update git-tree --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
19 lines
399 B
JSON
19 lines
399 B
JSON
{
|
|
"name": "fakeit",
|
|
"version": "2.4.0",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|