From 05ae6014aa01a8347844cce89085bdcb591160f0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Apr 2020 08:48:53 +0200 Subject: Add ad hoc recipes plumbing --- libbuild2/recipe.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libbuild2/recipe.hxx') diff --git a/libbuild2/recipe.hxx b/libbuild2/recipe.hxx index 508c059..a4933dd 100644 --- a/libbuild2/recipe.hxx +++ b/libbuild2/recipe.hxx @@ -48,6 +48,14 @@ namespace build2 LIBBUILD2_SYMEXPORT extern const recipe noop_recipe; LIBBUILD2_SYMEXPORT extern const recipe default_recipe; LIBBUILD2_SYMEXPORT extern const recipe group_recipe; + + // Ad hoc recipe. + // + struct adhoc_recipe + { + build2::action action; + }; + } #endif // LIBBUILD2_RECIPE_HXX -- cgit v1.1