summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/cli/buildfile1
-rw-r--r--cli/cli/cli.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/cli/cli/buildfile b/cli/cli/buildfile
index 6a5b81b..2385a7d 100644
--- a/cli/cli/buildfile
+++ b/cli/cli/buildfile
@@ -10,6 +10,7 @@ import libs = libcutl%lib{cutl}
exe{cli}:
{
export.metadata = 1 cli
+ cli.name = [string] cli
cli.version = $version
cli.checksum = $version
}
diff --git a/cli/cli/cli.cxx b/cli/cli/cli.cxx
index 5d7b3e2..754c5ff 100644
--- a/cli/cli/cli.cxx
+++ b/cli/cli/cli.cxx
@@ -43,6 +43,7 @@ main (int argc, char* argv[])
//
o << "# build2 buildfile cli" << endl
<< "export.metadata = 1 cli" << endl
+ << "cli.name = [string] cli" << endl
<< "cli.version = [string] '" << CLI_VERSION_FULL << '\'' << endl
<< "cli.checksum = [string] '" << CLI_VERSION_FULL << '\'' << endl;