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