diff options
Diffstat (limited to 'task_cc.h')
-rw-r--r-- | task_cc.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,10 +28,13 @@ public: std::string target() const override; + std::string toJSON() const override; + private: std::vector<std::string> flags() const; std::string flagsString() const; std::string compiler() const; + std::vector<std::string> getCompilerArgs() const; std::filesystem::path sourceFile; std::filesystem::path targetFile; |