X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fbuildgraph.h;h=8b7a0ca9d042f28d51ad8d6a5c59bf10a5cda59c;hb=f4de41c810319d3ecc8bb5084de06a953037b7b7;hp=9092532e158daa4c6018c54f012e92a4790e4283;hpb=1df42c314669f30fe1d82f02fdfeeff19f92964e;p=builder.git diff --git a/source/lib/buildgraph.h b/source/lib/buildgraph.h index 9092532..8b7a0ca 100644 --- a/source/lib/buildgraph.h +++ b/source/lib/buildgraph.h @@ -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 &);