From f1fda74cb76600b746cc3239f3ebf2f69ce2bf53 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 19 Jun 2021 16:03:43 +0200 Subject: Clean up example build config files. --- TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..34fe79a --- /dev/null +++ b/TODO @@ -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) + -- cgit v1.2.3