diff options
Diffstat (limited to 'task_cc.cc')
-rw-r--r-- | task_cc.cc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -113,6 +113,11 @@ TaskCC::TaskCC(const BuildConfiguration& config, const Settings& settings, } } +std::string TaskCC::name() const +{ + return target(); +} + bool TaskCC::dirtyInner() { if(!std::filesystem::exists(sourceFile)) |