summaryrefslogtreecommitdiff
path: root/examples/hello/buildfile
blob: 94d94eb473df6b6f5761084cbcf2f40a2bc2f4d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : examples/hello/buildfile
# copyright : Copyright (c) 2009-2017 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}