From 75d57c0b4b58749a3087aa0caf824c3c266da7be Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Dec 2015 14:41:05 +0200 Subject: Load cli module --- build/root.build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index 8b61f1c..56d98dd 100644 --- a/build/root.build +++ b/build/root.build @@ -2,4 +2,8 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -using cxx # For common configuration. +# Load common modules that are used by subproject so that they use +# common configuration. +# +using cxx +using? cli -- cgit v1.1