blob: 5850db08e41081c5d507c943a40ae6a756751369 (
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 = openssl-agent
using version
using config
using test
using install
using dist
|