summaryrefslogtreecommitdiff
path: root/examples/features/buildfile
blob: ea8feee551691b99d0f5a1fc652e986b006a56d8 (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}: cxx{driver} cli.cxx{options} doc{README}

cxx.poptions =+ "-I$out_base"

cli.cxx{options}: cli{options}