aboutsummaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: 183578f377b3b0d9c127441fac0b9773201017ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 += libpkg-config/ libbutl/ build2/ libsqlite3/ libodb/ \
               libodb-sqlite/ 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