Skip to content

Commit d3f6236

Browse files
MrcSnmWebFreak001
authored andcommitted
Added: cImportPaths and frameworks
1 parent 71992a1 commit d3f6236

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

json-validation/dub.schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
"$ref": "#/definitions/stringArray",
8888
"description": "A list of external library names - depending on the compiler, these will be converted to the proper linker flag (e.g. \"ssl\" might get translated to \"-L-lssl\")"
8989
},
90+
"frameworks": {
91+
"$ref": "#/definitions/stringArray",
92+
"description": "A list of external framework names - Used only for darwin platforms. \"Foundation\" is translated to the linker flags \"-L-framework -LFoundation\""
93+
},
9094
"sourceFiles": {
9195
"$ref": "#/definitions/stringArray",
9296
"description": "Additional files passed to the compiler - can be useful to add certain configuration dependent source files that are not contained in the general source folder"
@@ -129,6 +133,10 @@
129133
"views"
130134
]
131135
},
136+
"cImportPaths": {
137+
"$ref": "#/definitions/stringArray",
138+
"description": "A list of import paths to search for C source files. Translated to -P-I"
139+
},
132140
"preGenerateCommands": {
133141
"$ref": "#/definitions/stringArray",
134142
"description": "A list of shell commands that is executed before project generation is started"

0 commit comments

Comments
 (0)