summaryrefslogtreecommitdiff
path: root/task_cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'task_cc.h')
-rw-r--r--task_cc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/task_cc.h b/task_cc.h
index c73a1e5..5c19017 100644
--- a/task_cc.h
+++ b/task_cc.h
@@ -29,9 +29,14 @@ public:
std::string target() const override;
private:
+ std::vector<std::string> flags() const;
+ std::string flagsString() const;
+ std::string compiler() const;
+
std::filesystem::path sourceFile;
std::filesystem::path targetFile;
std::filesystem::path depsFile;
+ std::filesystem::path flagsFile;
const BuildConfiguration& config;
const Settings& settings;