blob: 48f98dc44e3f04185cf9abee07c137ef3abf0f99 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : build/export.build
# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$out_root/
{
include odb/sqlite/
}
export $out_root/odb/sqlite/lib{odb-sqlite}
|