We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23366aa commit 538d27aCopy full SHA for 538d27a
ports/remill/vcpkg.json
@@ -12,12 +12,26 @@
12
},
13
"glog",
14
"gflags",
15
- "xed",
16
- {
17
- "name": "llvm-14",
18
- "default-features": false,
19
- "features": [
20
- "cxx-common-targets"
+ "gtest",
+ "xed"
+ ],
+ "default-features": [
+ "cxx-common-llvm-14"
21
+ "features": [
22
+ "system-llvm": {
23
+ "description": "Build with system llvm"
24
+ },
25
+ "cxx-common-llvm-14": {
26
+ "description": "Build with cxx-common llvm-14 port",
27
+ "dependencies": [
28
+ {
29
+ "name": "llvm-14",
30
+ "default-features": false,
31
32
+ "cxx-common-targets"
33
+ ]
34
+ }
35
]
36
}
37
0 commit comments