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