blob: 2715747ca29ae36c73ffbb7b421d82df6d921857 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
Compiler selection per-target (for arm cross-compilation)
|