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