Add build log to templater

This commit is contained in:
Jan
2022-09-06 00:36:28 +02:00
parent 6a45031c96
commit 379aabebd6
6 changed files with 58 additions and 12 deletions

View File

@ -21,6 +21,8 @@ public:
std::vector<std::string> m_input_files;
std::string m_output_directory;
std::string m_build_log_file;
std::vector<std::pair<std::string, std::string>> m_defines;
RawTemplaterArguments();