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 --- tests/build/bootstrap.build | 4 ++++ tests/build/root.build | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'tests/build') diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 2c2de24..d3810f7 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,3 +1,7 @@ +# file : examples/build/bootstrap.build +# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# license : MIT; see accompanying LICENSE file + project = # Unnamed subproject. using config diff --git a/tests/build/root.build b/tests/build/root.build index 1f7c350..8c791ff 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,3 +1,7 @@ +# 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 -- cgit v1.1