blob: ac553240b521fdd2294c84b1e36f32d1e1a46c98 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : build/root.build
# 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.
#
using cxx.config
using c.config
using? cli.config
|