From bd3fb4a1324228b768bfa1f34ab4ce12539eb45b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 May 2018 09:18:29 +0200 Subject: Add manifest{} target type ('manifest' file name automatically mapped as such) --- build2/context.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build2/context.cxx') diff --git a/build2/context.cxx b/build2/context.cxx index 7067d8f..95230a6 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -526,6 +526,11 @@ namespace build2 t.insert (); { + auto& tt (t.insert ()); + t.insert_file ("manifest", tt); + } + + { auto& tt (t.insert ()); t.insert_file ("buildfile", tt); } -- cgit v1.1