blob: 7a94b5891f2ae7a372021b719143f7d8057832b2 (
plain)
1
2
3
4
5
6
7
8
|
Glob convenience methods
std::string glob = getFilesInDir(...);
Add support for pre/post build hooks with conditions
Add shell script targets to be able to generate soucre files that can
be included as sources in normal build targets.
For example imageconverter
|