Initial dependency file generation

This commit is contained in:
tim4242
2024-05-24 01:04:41 +02:00
parent 7dc1f114b9
commit 7934e92d14
2 changed files with 49 additions and 4 deletions

View File

@@ -831,6 +831,7 @@ struct BuildContext {
bool show_timings;
TimingsExportFormat export_timings_format;
String export_timings_file;
String export_dependencies_file;
bool show_unused;
bool show_unused_with_location;
bool show_more_timings;