blob: 55d062f515b5893de32cb0c622583899e5787c0a (
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 = libbutl
using version
using config
using dist
using test
using install
|