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