aboutsummaryrefslogtreecommitdiff
path: root/tests/cli/simple/buildfile
blob: 998eb67a3de97ae161263d6b50887eb6ae5ae7df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using cxx

hxx.ext =
cxx.ext = cpp
ixx.ext = ipp

cxx.poptions += -I$out_root

using cli

exe{driver}: cxx{driver} cxx{test}
cxx{test} hxx{test}: cli{test}

#exe{driver}: cxx{driver} cli.cxx{test}
#cli.cxx{test}: cli{test}