From 28f3f8b92fc0b90d6646712eb2304c63c7fbc80e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Sep 2016 08:35:09 +0200 Subject: Build system update --- build/root.build | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build/root.build') diff --git a/build/root.build b/build/root.build index 927ee64..ac55324 100644 --- a/build/root.build +++ b/build/root.build @@ -2,9 +2,9 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -# Load common modules that are used by subproject so that they use -# common configuration. +# Load common modules that are used by subproject so that they use common +# configuration. # -using cxx -using c -using? cli +using cxx.config +using c.config +using? cli.config -- cgit v1.1