From 16c19b739a58845af7f807c3dee8021a1c421006 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 Jul 2015 09:22:22 +0200 Subject: Add note on cli module implementation --- build/cli/module.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build/cli') diff --git a/build/cli/module.cxx b/build/cli/module.cxx index 30f8d3e..d3fa87d 100644 --- a/build/cli/module.cxx +++ b/build/cli/module.cxx @@ -42,6 +42,7 @@ namespace build fail (l) << "cli module must be initialized in project root scope"; // Initialize the cxx module. We need its targets types (?xx{}). + // @@ Or better require it? // cxx::init (root, base, l); -- cgit v1.1