summaryrefslogtreecommitdiff
path: root/cli-examples/hello/buildfile
blob: 8197d9ed0c3886ca7c80bc1ac187eaa66ef70978 (plain)
1
2
3
4
5
6
7
8
9
# file      : hello/buildfile
# license   : MIT; see accompanying LICENSE file

exe{driver}: {hxx cxx}{* -hello} cli.cxx{hello} doc{README}
exe{driver}: test.arguments = --greeting Hi John Jane

cxx.poptions =+ "-I$out_base"

cli.cxx{hello}: cli{hello}