From d123226f8324813cb1698888879f6f1060652717 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 31 Aug 2016 22:53:55 +0300 Subject: Build infrastructure update --- load/buildfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'load/buildfile') diff --git a/load/buildfile b/load/buildfile index db5a5ac..096da43 100644 --- a/load/buildfile +++ b/load/buildfile @@ -15,9 +15,15 @@ exe{brep-load}: \ {hxx cxx}{ types-parsers } \ ../brep/lib{brep} $libs +# Generated options parser. +# +{hxx ixx cxx}{load-options}: cli{load} + cli.options += -I $src_root --include-with-brackets --include-prefix load \ --guard-prefix LOAD --generate-specifier --page-usage print_ --ansi-color \ --cxx-prologue "#include " \ --long-usage -{hxx ixx cxx}{load-options}: cli{load} +# Include generated cli files into the distribution. +# +{hxx ixx cxx}{load-options}: dist = true -- cgit v1.1