Skip to content

Commit 538d27a

Browse files
author
Henrich Lauko
committed
ports: Add remill port features.
1 parent 23366aa commit 538d27a

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

ports/remill/vcpkg.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,26 @@
1212
},
1313
"glog",
1414
"gflags",
15-
"xed",
16-
{
17-
"name": "llvm-14",
18-
"default-features": false,
19-
"features": [
20-
"cxx-common-targets"
15+
"gtest",
16+
"xed"
17+
],
18+
"default-features": [
19+
"cxx-common-llvm-14"
20+
],
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+
"features": [
32+
"cxx-common-targets"
33+
]
34+
}
2135
]
2236
}
2337
]

0 commit comments

Comments
 (0)