You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: json-validation/dub.schema.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,10 @@
87
87
"$ref": "#/definitions/stringArray",
88
88
"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\")"
89
89
},
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
+
},
90
94
"sourceFiles": {
91
95
"$ref": "#/definitions/stringArray",
92
96
"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 @@
129
133
"views"
130
134
]
131
135
},
136
+
"cImportPaths": {
137
+
"$ref": "#/definitions/stringArray",
138
+
"description": "A list of import paths to search for C source files. Translated to -P-I"
139
+
},
132
140
"preGenerateCommands": {
133
141
"$ref": "#/definitions/stringArray",
134
142
"description": "A list of shell commands that is executed before project generation is started"
0 commit comments