From b7b30102882f0a85c169a0eb4944a8f1c344c9e1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Aug 2017 15:29:24 +0200 Subject: Add version, project.summary, project.url built-in variables Extract them from manifest in the version module. Use them when generating the pkg-config's .pc files. --- build2/context.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build2/context.hxx') diff --git a/build2/context.hxx b/build2/context.hxx index 3aa2f73..bf31887 100644 --- a/build2/context.hxx +++ b/build2/context.hxx @@ -249,6 +249,10 @@ namespace build2 extern const variable* var_project; extern const variable* var_amalgamation; extern const variable* var_subprojects; + extern const variable* var_version; + + extern const variable* var_project_url; // project.url + extern const variable* var_project_summary; // project.summary extern const variable* var_import_target; // import.target -- cgit v1.1