-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathvcpkg.json
More file actions
29 lines (29 loc) · 739 Bytes
/
Copy pathvcpkg.json
File metadata and controls
29 lines (29 loc) · 739 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"vcpkg-configuration": {
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
"default-registry": {
"kind": "git",
"repository": "https://github.com/Microsoft/vcpkg",
"baseline": "efcfaaf60d7ec57a159fc3110403d939bfb69729"
}
},
"dependencies": [
{
"name": "openssl",
"platform": "(windows & x64)"
},
{
"name": "zlib",
"platform": "(windows & x64)"
},
{
"name": "lz4",
"platform": "(windows & x64)"
},
{
"name": "nlohmann-json",
"platform": "(windows & x64)"
}
]
}