aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/loguru/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/loguru/vcpkg.json')
-rw-r--r--vcpkg/ports/loguru/vcpkg.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/vcpkg/ports/loguru/vcpkg.json b/vcpkg/ports/loguru/vcpkg.json
new file mode 100644
index 0000000..a6d854f
--- /dev/null
+++ b/vcpkg/ports/loguru/vcpkg.json
@@ -0,0 +1,28 @@
+{
+ "name": "loguru",
+ "version": "2.1.0",
+ "port-version": 6,
+ "description": "A lightweight and flexible C++ logging library",
+ "homepage": "https://github.com/emilk/loguru",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "fmt": {
+ "description": "Build with fmt support in non-header-only mode",
+ "dependencies": [
+ "fmt"
+ ]
+ },
+ "stream": {
+ "description": "Build with support for stream style logging"
+ }
+ }
+}