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: views/package_format_sdl.dt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -343,6 +343,10 @@ block body
343
343
td: code "<flag1>" ["<flag2>" [...]]
344
344
td Additional flags passed to the linker - note that these flags are usually specific to the linker in use
345
345
346
+
tr
347
+
td injectSourceFiles
348
+
td: code string[]
349
+
td Source files that will be compiled into binaries that depend on this package. Warning: this should be under a permissive license (like Boost) or you risk infecting a users binary with an incompatible license.
0 commit comments