blob: fdd17ef2f8622fa5f2e54950fbed748187b2b227 (
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 libbpkg/
}
export $out_root/libbpkg/lib{bpkg}
|