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_json.dt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -372,6 +372,11 @@ block body
372
372
td: code string[]
373
373
td Additional flags passed to the linker - note that these flags are usually specific to the linker in use
374
374
375
+
tr
376
+
td injectSourceFiles
377
+
td: code string[]
378
+
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.
379
+
375
380
h3#version-specs Version specifications
376
381
p A version specification can either be a simple declaration or a more complex variant, allowing more control.
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