blob: 4a59debc41540b2557f41c0f27e0c59739d01364 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : build/bootstrap.build
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = libbpkg
using version
using config
using dist
using test
using install
|