]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
Route InstalledFile target creation through Builder
[builder.git] / source / builder.h
index 2f70fbd32a14257583e40cd07437f3f22b1af254..67b337553b2ebbfba0df6427b798cb876c7d465e 100644 (file)
@@ -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);