-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathvcpkg.json
More file actions
37 lines (37 loc) · 901 Bytes
/
vcpkg.json
File metadata and controls
37 lines (37 loc) · 901 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "asio-grpc",
"version": "1",
"dependencies": [
"doctest",
"grpc",
"boost-coroutine",
"boost-asio",
"boost-interprocess",
"boost-thread",
"boost-process",
{
"name": "asio",
"features": [
"coroutine"
]
},
"libunifex",
"gtest"
],
"features": {
"callback-api": {
"description": "Enable C++20 callback api",
"dependencies": [
"boost-cobalt"
]
},
"stdexec": {
"description": "Enable stdexec",
"dependencies": [
"stdexec"
]
}
},
"builtin-baseline": "a44707152fabbedcf1c17fe80d7bfb7d9370d8d5"
}