Skip to content

Commit 96b3511

Browse files
committed
Add backtrace feature with cpptrace dependency to vcpkg configuration
1 parent 2327966 commit 96b3511

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

vcpkg.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,26 @@
6262
"libgit2",
6363
"libarchive"
6464
]
65+
},
66+
"web": {
67+
"description": "Web Server Support",
68+
"dependencies": [
69+
"cpp-httplib"
70+
]
71+
},
72+
"backtrace": {
73+
"description": "Backtrace Support",
74+
"dependencies": [
75+
"cpptrace"
76+
]
6577
}
6678
},
6779
"default-features": [
6880
"image",
6981
"database",
7082
"luamodules",
7183
"testing",
72-
"builder"
84+
"builder",
85+
"backtrace"
7386
]
7487
}

0 commit comments

Comments
 (0)