We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1c56d commit 7ae0d85Copy full SHA for 7ae0d85
docs/vcpkg-configuration.schema.json
@@ -20,6 +20,20 @@
20
"type": "string",
21
"description": "A message to print if this entry is evaluated."
22
},
23
+ "overlay-ports": {
24
+ "type": "array",
25
+ "description": "An array of port overlay paths.",
26
+ "items": {
27
+ "type": "string"
28
+ }
29
+ },
30
+ "overlay-triplets": {
31
32
+ "description": "An array of triplet overlay paths.",
33
34
35
36
37
"requires": {
38
"description": "Artifacts that are required for this package to function.",
39
"$ref": "vcpkg-schema-definitions.schema.json#/definitions/artifact-references"
0 commit comments