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

cxx.poptions =+ "-I$out_base"

cli.cxx{options}: cli{options}