aboutsummaryrefslogtreecommitdiff
path: root/build/root.build
blob: 44b219548d8d31e7ea4b82a54dc7a50a25db909e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : build/root.build
# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

using cxx

hxx{*}: extension = hxx
ixx{*}: extension = ixx
txx{*}: extension = txx
cxx{*}: extension = cxx

cxx.std = 11

tests/: install = false # Don't install tests.