summaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: f2b5d2f5fd6c296d1b3c05d65e347e147bdc2f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# file      : build/bootstrap.build
# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license   : MIT; see accompanying LICENSE file

project = cli

using version

# By default leave the cli module unconfigured since we don't want to use some
# system-installed cli. Note that this value will be overridden if set either
# on the command line or in config.build.
#
config.cli = false

using config

using dist
using test
using install