diff options
Diffstat (limited to 'vcpkg/ports/fruit/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/fruit/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/fruit/vcpkg.json b/vcpkg/ports/fruit/vcpkg.json new file mode 100644 index 0000000..5475689 --- /dev/null +++ b/vcpkg/ports/fruit/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "fruit", + "version": "3.7.1", + "description": "Fruit, a dependency injection framework for C++ by Google", + "homepage": "https://github.com/google/fruit", + "license": "Apache-2.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |