X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=67b337553b2ebbfba0df6427b798cb876c7d465e;hb=0dea0d850f6690de07933794592916d11c9d3f49;hp=2f70fbd32a14257583e40cd07437f3f22b1af254;hpb=93c0466ccf46aa3d43541a1aa6a75192d237b3eb;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);