summaryrefslogtreecommitdiff
path: root/examples/features/buildfile
blob: 29ce2c7ecf22f155f9b929b1d68fa3091a052e30 (plain)
1
2
3
4
5
6
7
8
# file      : examples/features/buildfile
# license   : MIT; see accompanying LICENSE file

exe{driver}: {hxx cxx}{* -options} cli.cxx{options} doc{README}

cxx.poptions =+ "-I$out_base"

cli.cxx{options}: cli{options}