parent
c2a55bfe43
commit
d21b64487e
5 changed files with 17 additions and 2 deletions
@ -0,0 +1,6 @@ |
||||
## compiler.preprocess() |
||||
|
||||
Dependencies keyword argument can now be passed to `compiler.preprocess()` to |
||||
add include directories or compiler arguments. |
||||
|
||||
Generated sources such as custom targets are now allowed too. |
@ -1,3 +1,3 @@ |
||||
int @BAR@(void) { |
||||
return BAR; |
||||
return BAR + PLOP; |
||||
} |
||||
|
Loading…
Reference in new issue