blob: c112d6344c85b3c3f04d4e5608f3246703713dd1 (
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 libbbot/
}
export $out_root/libbbot/lib{bbot}
|