aboutsummaryrefslogtreecommitdiff
path: root/load/buildfile
blob: c3a324f6f4d2069ea3413966476956be9cc76d1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# file      : load/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

import libs += libbpkg%lib{bpkg}
import libs += libbutl%lib{butl}
import libs += libodb-pgsql%lib{odb-pgsql}
import libs += libodb%lib{odb}

include ../brep/

exe{brep-load}:              \
{            cxx}{ load    } \
{hxx ixx     cxx}{ options } \
../brep/lib{brep} $libs

cli.options += -I $src_root --include-with-brackets --include-prefix load \
--guard-prefix LOAD

{hxx ixx cxx}{options}: cli{options}