diff options
Diffstat (limited to 'vcpkg/ports/bext-di/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/bext-di/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/bext-di/vcpkg.json b/vcpkg/ports/bext-di/vcpkg.json new file mode 100644 index 0000000..f21a7ef --- /dev/null +++ b/vcpkg/ports/bext-di/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "bext-di", + "version": "1.3.2", + "description": "C++14 Dependency Injection Library.", + "homepage": "https://github.com/boost-ext/di", + "features": { + "extensions": { + "description": "Build with extensions included" + } + } +} |