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