diff options
Diffstat (limited to 'libbuild2/recipe.hxx')
-rw-r--r-- | libbuild2/recipe.hxx | 8 |
1 files changed, 8 insertions, 0 deletions
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 |