blob: a9ccbf9b6ce2f8dc8ae1ea80afd8a673270004b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# file : build/bootstrap.build
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = build2-toolchain
version = 0.3.0-a1
subprojects = libbutl build2 libbpkg bpkg
using build@0.2.0
using config
using dist
using test # Note: needed for dist to work in subprojects with tests.
using install
dist.package = $project-$version
|