Skip to content

Commit 5a640ac

Browse files
authored
Merge pull request #43 from rikkimax/inject-source-files
Add injectSourceFiles
2 parents 2919093 + 77c55fd commit 5a640ac

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

views/package_format_json.dt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,11 @@ block body
372372
td: code string[]
373373
td Additional flags passed to the linker - note that these flags are usually specific to the linker in use
374374

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+
375380
h3#version-specs Version specifications
376381
p A version specification can either be a simple declaration or a more complex variant, allowing more control.
377382

views/package_format_sdl.dt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@ block body
343343
td: code "<flag1>" ["<flag2>" [...]]
344344
td Additional flags passed to the linker - note that these flags are usually specific to the linker in use
345345

346+
tr
347+
td injectSourceFiles
348+
td: code "<pattern1>" ["<pattern2>" [...]]
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.
346350

347351
h3#platform-specs Platform specifications
348352

0 commit comments

Comments
 (0)