aboutsummaryrefslogtreecommitdiff
path: root/examples/build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/build')
-rw-r--r--examples/build/bootstrap.build4
-rw-r--r--examples/build/root.build6
2 files changed, 9 insertions, 1 deletions
diff --git a/examples/build/bootstrap.build b/examples/build/bootstrap.build
index 2c2de24..d3810f7 100644
--- a/examples/build/bootstrap.build
+++ b/examples/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/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.