diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-03 14:41:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-03 14:41:05 +0200 |
commit | 75d57c0b4b58749a3087aa0caf824c3c266da7be (patch) | |
tree | 6dd22e26d096194243375f195671ec6a1374b26f | |
parent | 14560a5dbd78115ab548b719da3a373744ae892b (diff) |
Load cli module
-rw-r--r-- | build/root.build | 6 |
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 |