aboutsummaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: cc51f837d9cf4d3f2b2bfa92ca863b5eff79e157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# file      : build/bootstrap.build
# license   : MIT; see accompanying LICENSE file

project = build2-toolchain

amalgamation = # Disable amalgamation.

# Note: list them (mostly) explicitly without using wildcards to handle stray
# subdirectories in the root (debian/, installation location, etc).
#
subprojects += libbutl/ build2/ libsqlite3/ libbpkg/ bpkg/ bdep/
subprojects += libbuild2-*/
subprojects += tests/*/

using version
using config
using dist
using test # Note: needed for dist to work in subprojects with tests.
using install