summaryrefslogtreecommitdiff
path: root/cli-examples/features/buildfile
blob: 5051eae768a23d58bd0fa8035f2676aae704e59c (plain)
1
2
3
4
5
6
7
8
# file      : 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}