]> git.tdb.fi Git - builder.git/blobdiff - source/lib/buildgraph.h
Install headers of non-installed components in a staging directory
[builder.git] / source / lib / buildgraph.h
index 9092532e158daa4c6018c54f012e92a4790e4283..8b7a0ca9d042f28d51ad8d6a5c59bf10a5cda59c 100644 (file)
@@ -41,6 +41,8 @@ public:
        created and added as a dependency to the "install" virtual target. */
        void add_installed_target(Target &);
 
+       void add_staged_target(Target &);
+
        /** Adds a target as a toplevel goal.  These are stored as dependencies of
        the "goals" virtual target. */
        void add_goal(Target &);