-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvcpkg.json
More file actions
98 lines (98 loc) · 1.93 KB
/
vcpkg.json
File metadata and controls
98 lines (98 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "telegram-bot-cpp",
"version-string": "1.0.0",
"builtin-baseline": "66c0373dc7fca549e5803087b9487edfe3aca0a1",
"dependencies": [
{
"name": "dlfcn-win32",
"platform": "windows"
},
"boost-asio",
"boost-system",
"grpc",
"boost-program-options",
"curl",
"libxml2",
"fmt",
"nlohmann-json",
"fruit",
"abseil"
],
"features": {
"image": {
"description": "Libraries for Image Processing",
"dependencies": [
"libpng",
"libwebp",
"libjpeg-turbo",
{
"name": "opencv4",
"features": [
"ffmpeg",
"jpeg",
"png",
"webp",
"tiff",
"thread"
],
"platform": "!windows",
"default-features": false
},
{
"name": "opencv4",
"features": [
"ffmpeg",
"jpeg",
"png",
"webp",
"tiff",
"msmf",
"thread"
],
"platform": "windows",
"default-features": false
}
]
},
"database": {
"description": "Database Support",
"dependencies": [
"sqlite3",
"protobuf"
]
},
"luamodules": {
"description": "Lua Modules Support",
"dependencies": [
"sol2"
]
},
"testing": {
"description": "Testing Framework",
"dependencies": [
"gtest"
]
},
"web": {
"description": "Web Server Support",
"dependencies": [
"cpp-httplib"
]
},
"backtrace": {
"description": "Backtrace Support",
"dependencies": [
"cpptrace"
]
}
},
"default-features": [
"image",
"database",
"luamodules",
"testing",
"backtrace",
"web"
]
}