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