blob: 7d4dccc9d8f64c4c0c98e331ef0cbb219406df9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : build/bootstrap.build
# license : MIT; see accompanying LICENSE file
project = build2-toolchain
amalgamation = # Disable amalgamation.
subprojects = {*/ -build/ -doc/ -tests/ -submodules/}
subprojects += tests/*/
using version
using config
using dist
using test # Note: needed for dist to work in subprojects with tests.
using install
|