summaryrefslogtreecommitdiff
path: root/examples/features/buildfile
blob: c3b791337e5216a4b01e99f0eec3b873c7fe2e7f (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : examples/features/buildfile
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license   : MIT; see accompanying LICENSE file

exe{driver}: cxx{driver} {hxx ixx cxx}{options} doc{README}

cxx.poptions =+ "-I$out_base"

# Generated options parser.
#
{hxx ixx cxx}{options}: cli{options}