blob: 111f57e8a286e3938a1457ab6f3f27e9f8924c0a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : build/export.build
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
$out_root/
{
include bpkg/
}
export $out_root/bpkg/exe{bpkg}
|