blob: d4f913d68396cb808da800f8828288282e7acfc2 (
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 : ODB NCUEL; see accompanying LICENSE file
$out_root/
{
include odb/oracle/
}
export $out_root/odb/oracle/lib{odb-oracle}
|