summaryrefslogtreecommitdiff
path: root/cli-examples/file/buildfile
blob: 89675d8e8eeb1969c6498cd4d37802c60c4ad0a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : 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