X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=67b337553b2ebbfba0df6427b798cb876c7d465e;hb=82ae60a647ebb9567f7177c353245f4d72faaf5e;hp=2f70fbd32a14257583e40cd07437f3f22b1af254;hpb=f76c063eb9b792088e034ffb4c2f173b843e8c57;p=builder.git diff --git a/source/builder.h b/source/builder.h index 2f70fbd..67b3375 100644 --- a/source/builder.h +++ b/source/builder.h @@ -119,6 +119,10 @@ public: virtual target. */ void add_primary_target(Target &); + /** Adds a target that will be installed. A new InstalledFile target is + created and added as a dependency to the "install" virtual target. */ + void add_installed_target(Target &); + void problem(const std::string &, const std::string &); static void usage(const char *, const char *, bool);