aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-03 14:41:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-03 14:41:05 +0200
commit75d57c0b4b58749a3087aa0caf824c3c266da7be (patch)
tree6dd22e26d096194243375f195671ec6a1374b26f /build
parent14560a5dbd78115ab548b719da3a373744ae892b (diff)
Load cli module
Diffstat (limited to 'build')
-rw-r--r--build/root.build6
1 files changed, 5 insertions, 1 deletions
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