aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-24 17:33:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-24 17:33:11 +0200
commit3a098360d223745e667eef3fbe1e80cc6c80dc71 (patch)
treee9a286bd7b17af9913b08a02fe40f705bfdedd1b /build
parent5cf3e2e1d768e2815831d61faa7560d589929b0d (diff)
Set default C++ file extensions
Diffstat (limited to 'build')
-rw-r--r--build/root.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build
index 1361f7b..10922ee 100644
--- a/build/root.build
+++ b/build/root.build
@@ -4,4 +4,9 @@
using cxx
+hxx.ext =
+ixx.ext = ixx
+txx.ext = txx
+cxx.ext = cxx
+
cxx.std = 14