blob: c6cdc08b46f5bda0577eb9d08716432a70207bff (
plain)
1
2
3
4
5
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.
|