aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lwlog/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/lwlog/vcpkg.json')
-rw-r--r--vcpkg/ports/lwlog/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/lwlog/vcpkg.json b/vcpkg/ports/lwlog/vcpkg.json
new file mode 100644
index 0000000..1f26049
--- /dev/null
+++ b/vcpkg/ports/lwlog/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "lwlog",
+ "version": "1.4.0",
+ "description": "Very fast synchronous and asynchronous C++17 logging library",
+ "homepage": "https://github.com/ChristianPanov/lwlog",
+ "license": "MIT",
+ "supports": "!android & !(arm & windows)",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}