-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathvcpkg.json
More file actions
34 lines (34 loc) · 946 Bytes
/
vcpkg.json
File metadata and controls
34 lines (34 loc) · 946 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
{
"dependencies": ["pybind11"],
"features": {
"testing": {
"description": "Build Plugin Python tests.",
"dependencies": ["gtest"]
},
"standalone": {
"description": "Build Standalone.",
"dependencies": ["mo2-cmake", "mo2-uibase"]
}
},
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
"repository": "https://github.com/Microsoft/vcpkg",
"baseline": "294f76666c3000630d828703e675814c05a4fd43"
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/Microsoft/vcpkg",
"baseline": "294f76666c3000630d828703e675814c05a4fd43",
"packages": ["boost*", "boost-*"]
},
{
"kind": "git",
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
"baseline": "228cda39fe9d1eeed789c0ef64fd1235dab3b11e",
"packages": ["mo2-*", "pybind11", "spdlog"]
}
]
}
}