blob: 855ba676c6828fb08c1f8e5d4f0984ebf800c7bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : build/bootstrap.build
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = build2-toolchain
subprojects = libpkgconf libbutl build2 \
libsqlite3 libodb libodb-sqlite libbpkg bpkg
using version
using config
using dist
using test # Note: needed for dist to work in subprojects with tests.
using install
|