blob: 8bca42ac5b4fa05fcbf26eaead4f780cdc69106a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : build/export.build
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
$out_root/
{
include build2/
}
if ($import.target == exe{b})
export $out_root/build2/exe{b}
elif ($import.target == lib{build2})
export $out_root/libbuild2/lib{build2}
|