forked from open-eid/libdigidocpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
32 lines (32 loc) · 850 Bytes
/
vcpkg.json
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
{
"name": "libdigidocpp",
"version": "3.18.0",
"dependencies": [
"xml-security-c",
{
"name": "libxml2",
"default-features": false
},
"xmlsec",
"zlib"
],
"features": {
"tests": { "description": "Build tests", "dependencies": ["boost-test"] }
},
"builtin-baseline": "4065f37d0a6628ef17cf6ee15385f9091f1075bc",
"vcpkg-configuration": {
"overlay-ports": [
"patches/vcpkg-ports/openssl",
"patches/vcpkg-ports/xml-security-c",
"patches/vcpkg-ports/xmlsec"
],
"registries": [
{
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg.git",
"baseline": "f32fc13dbef629b611fab9103d25e8d6c6ab9f6d",
"packages": [ "xalan-c" ]
}
]
}
}