summaryrefslogtreecommitdiff
path: root/examples/file/buildfile
blob: eadfc663a02b325ad263d37efdac74be9d31d4fd (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : examples/file/buildfile
# license   : MIT; see accompanying LICENSE file

exe{driver}: {hxx cxx}{* -options} cli.cxx{options} doc{README}
exe{driver}: test.arguments = --options-file
exe{driver}: file{test.ops}: test.input = true # Added after test.arguments.

cxx.poptions =+ "-I$out_base"

cli.cxx{options}: cli{options}
cli.options = --generate-file-scanner