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

hxx{*}: extension =
cxx{*}: extension = cpp
ixx{*}: extension = 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}