aboutsummaryrefslogtreecommitdiff
path: root/build/root.build
blob: 8d5c0d3f5c5845034a1f459529426d219425f8a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cxx.std = latest

using c
using cxx

h{*}: extension = h
c{*}: extension = c
hxx{*}: extension = hpp
ixx{*}: extension = ipp
txx{*}: extension = tpp
cxx{*}: extension = cpp

# Assume headers are importable unless stated otherwise.
#
hxx{*}: cxx.importable = true