From d52c1fb406b1cef82c5f5a28fc1804d7d99a49d8 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 17 Nov 2016 01:35:29 +0300 Subject: Add support for build2 for tests and examples --- examples/features/buildfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/features/buildfile (limited to 'examples/features/buildfile') diff --git a/examples/features/buildfile b/examples/features/buildfile new file mode 100644 index 0000000..3b7b1dc --- /dev/null +++ b/examples/features/buildfile @@ -0,0 +1,11 @@ +# file : examples/features/buildfile +# copyright : Copyright (c) 2009-2013 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} -- cgit v1.1