diff options
Diffstat (limited to 'vcpkg/ports/quill/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/quill/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/quill/vcpkg.json b/vcpkg/ports/quill/vcpkg.json new file mode 100644 index 0000000..9b17727 --- /dev/null +++ b/vcpkg/ports/quill/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "quill", + "version": "10.2.0", + "description": "Asynchronous Low Latency C++ Logging Library", + "homepage": "https://github.com/odygrd/quill/", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |