summaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: 9eccc5055572dbe372747b81dff75a8bbcb1a9e2 (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-2018 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