'if_true' sources should be built with their dependencies, as illustrated by test case change. Ideally, I think we would want only the files with the dependencies to be built with the flags, but that would probably change the way sourceset are used.pull/5769/head
parent
940ebd658b
commit
8ba1405742
5 changed files with 33 additions and 5 deletions
@ -0,0 +1,4 @@ |
||||
## Enhancements to the source_set module |
||||
|
||||
`SourceSet` objects now provide the `all_dependencies()` method, that |
||||
complement the existing `all_sources()` method. |
Loading…
Reference in new issue