From d52de69d635ce3fc840fc15b9db4f395d0763aed Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Jun 2017 18:51:45 +0200 Subject: Implement rule chaining for modules --- build2/cc/init.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build2/cc/init.cxx') diff --git a/build2/cc/init.cxx b/build2/cc/init.cxx index f845712..ea42469 100644 --- a/build2/cc/init.cxx +++ b/build2/cc/init.cxx @@ -78,6 +78,11 @@ namespace build2 // v.insert ("cc.system"); + // C++ module name. Should be set on the bmi{} target by the matching + // rule. + // + v.insert ("cc.module_name"); + // Ability to disable using preprocessed output for compilation. // v.insert ("config.cc.reprocess", true); -- cgit v1.1