diff options
-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 |