aboutsummaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: ddf9a058fd28084431467cfe854b116fbea9bfd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# file      : build/bootstrap.build
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

project = build2-toolchain
subprojects = libbutl build2 libsqlite3 libodb libodb-sqlite libbpkg bpkg

using build@0.4.0-a1

version = 0.4.0-a1
dist.package = $project-$version

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