diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-06 09:22:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-06 09:22:22 +0200 |
commit | 16c19b739a58845af7f807c3dee8021a1c421006 (patch) | |
tree | af6a710f2b9a752dcbf364df32b19fde1843f19f /build/cli/module.cxx | |
parent | e8945fbb15e472afca16fe1c3f36997742a2d64a (diff) |
Add note on cli module implementation
Diffstat (limited to 'build/cli/module.cxx')
-rw-r--r-- | build/cli/module.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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); |