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