From f6727cf97685fc2b200aa1b0baae35fb84468300 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 17 Nov 2016 13:33:57 +0300 Subject: Fix examples buildfiles adding some files for the distribution --- examples/build/root.build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'examples/build/root.build') diff --git a/examples/build/root.build b/examples/build/root.build index 1f7c350..17504a3 100644 --- a/examples/build/root.build +++ b/examples/build/root.build @@ -1,8 +1,12 @@ +# file : examples/build/root.build +# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# license : MIT; see accompanying LICENSE file + cxx.std = 11 using cxx -hxx{*}: extension = +hxx{*}: extension = hxx cxx{*}: extension = cxx # Every exe{} in this subproject is by default a test. -- cgit v1.1