diff options
Diffstat (limited to 'vcpkg/ports/fakeit/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/fakeit/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/fakeit/vcpkg.json b/vcpkg/ports/fakeit/vcpkg.json new file mode 100644 index 0000000..44ef830 --- /dev/null +++ b/vcpkg/ports/fakeit/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "fakeit", + "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 + } + ] +} |