]> git.tdb.fi Git - builder.git/blobdiff - source/target.h
Reload includes from CSourceFiles when they are modified
[builder.git] / source / target.h
index 5143dcf77fe0898895918b5588840259a5e39bc7..48b3424d2f39d908d4792b05ba54fc0fce43c5c4 100644 (file)
@@ -123,6 +123,8 @@ protected:
        /** Handler for Task::signal_finished. */
        virtual void build_finished(bool);
 
+       virtual void modified() { }
+
 public:
        /** Removes any results of building the target. */
        virtual void clean() { }