forked from hazelcast/hazelcast-cpp-client
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvcpkg.json
More file actions
58 lines (58 loc) · 1.13 KB
/
vcpkg.json
File metadata and controls
58 lines (58 loc) · 1.13 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "hazelcast-cpp-client",
"version": "5.6.0",
"builtin-baseline": "84bab45d415d22042bd0b9081aea57f362da3f35",
"dependencies": [
{
"name": "boost-thread",
"version>=": "1.89.0"
},
{
"name": "boost-asio",
"version>=": "1.89.0"
},
{
"name": "boost-chrono",
"version>=": "1.89.0"
},
{
"name": "boost-format",
"version>=": "1.89.0"
},
{
"name": "boost-optional",
"version>=": "1.89.0"
},
{
"name": "boost-property-tree",
"version>=": "1.89.0"
},
{
"name": "boost-property-tree",
"version>=": "1.88.0"
},
{
"name": "boost-system",
"version>=": "1.89.0"
},
{
"name": "boost-uuid",
"version>=": "1.89.0"
},
{
"name": "boost-multiprecision",
"version>=": "1.89.0"
},
"openssl"
],
"features": {
"build-tests": {
"description": "Enable GTest for building tests",
"dependencies": [
"gtest",
"thrift"
]
}
}
}