summaryrefslogtreecommitdiff
path: root/examples/hello/buildfile
blob: 29663f60fa0fbe5ffb54fa6faf1814c2a9c811fb (plain)
1
2
3
4
5
6
7
8
9
10
# file      : examples/hello/buildfile
# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# 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}