diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-06-19 16:03:43 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-06-19 16:03:43 +0200 |
commit | f1fda74cb76600b746cc3239f3ebf2f69ce2bf53 (patch) | |
tree | 5b035efde13c29115cf76ace5e226951c6bf8f3b /TODO | |
parent | 55085609d361fe4463f4d226822a9f555e3673a0 (diff) |
Clean up example build config files.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +Glob convenience methods +std::string glob = getFilesInDir(...); + +Generate compilation database +https://clang.llvm.org/docs/JSONCompilationDatabase.html + +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) + |