summaryrefslogtreecommitdiff
path: root/examples/hello/buildfile
blob: c6032d02b467debf9684d8e295c143f5ae4ac2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : examples/hello/buildfile
# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license   : MIT; see accompanying LICENSE file

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

cxx.poptions =+ "-I$out_base"

# Generated options parser.
#
{hxx ixx cxx}{hello}: cli{hello}