aboutsummaryrefslogtreecommitdiff
path: root/examples/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/build/root.build')
-rw-r--r--examples/build/root.build6
1 files changed, 5 insertions, 1 deletions
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.