-
Notifications
You must be signed in to change notification settings - Fork 15
/
vcpkg.json
47 lines (47 loc) · 1.34 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "caprica",
"version-semver": "0.0.1",
"port-version": 0,
"description": "An MIT licensed compiler for the Papyrus scripting language used by the Creation Engine.",
"homepage": "https://github.com/Orvid/Caprica",
"license": "MIT",
"supports": "x64",
"dependencies": [
"boost-container"
],
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
"repository": "https://github.com/Microsoft/vcpkg",
"baseline": "4cb4a5c5ddcb9de0c83c85837ee6974c8333f032"
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "7ef729383ab801504035a4445b6dbca18c8865c8",
"packages": [ "boost-modular-build-helper" ]
},
{
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "caa7579a1c48e2ca770f6ccf98cb03db95642631",
"packages": [ "boost*", "boost-*" ]
}
]
},
"features": {
"standalone": {
"description": "Build as a standalone program",
"dependencies": [
"boost-filesystem",
"boost-program-options",
"boost-property-tree",
"fmt",
"pugixml"
]
}
},
"default-features": ["standalone"]
}