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