]> git.tdb.fi Git - builder.git/blobdiff - source/filetarget.h
Track build options to rebuild primary targets when build type changes
[builder.git] / source / filetarget.h
index 30cd3df3ec3fae9486761e8cf403c8df582dc9ce..6c12a5df22e38fb54e7ff7433f6f26c6c4cc668c 100644 (file)
@@ -39,6 +39,8 @@ public:
 protected:
        virtual void check_rebuild();
 
+       virtual std::string create_build_signature() const;
+
 public:
        virtual Task *build();