aboutsummaryrefslogtreecommitdiff
path: root/mod/options-types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-04-12 21:49:46 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-04-14 12:27:01 +0300
commit43a47ce352dc43662dc5a59123ce4823e9ba7189 (patch)
tree07565442388faaf32cc856e175dd8882ef427398 /mod/options-types.hxx
parentf17ffcc3577014c89d5c4d1009d06ff0e3dabba4 (diff)
Add support for random package ordering in build task module
Diffstat (limited to 'mod/options-types.hxx')
-rw-r--r--mod/options-types.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/options-types.hxx b/mod/options-types.hxx
index 4aa573f..dc1047d 100644
--- a/mod/options-types.hxx
+++ b/mod/options-types.hxx
@@ -25,6 +25,12 @@ namespace brep
page_menu () = default;
page_menu (string b, string l): label (move (b)), link (move (l)) {}
};
+
+ enum class build_order
+ {
+ stable,
+ random
+ };
}
#endif // MOD_OPTIONS_TYPES_HXX