summaryrefslogtreecommitdiff
path: root/mhello/build/root.build
blob: 509466fba5b5c62b2ac0fc15f2fb9ccee5c3eb9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cxx.std = experimental

# Indicate that our sources do not use #include and module imports do not
# depend on the preprocessor.
#
if ($cxx.id.type != 'msvc') # Temporary for 'export module M;' fixup.
  cxx.preprocessed = modules

using cxx

cxx{*}: extension = cxx

# Specify the test target for cross-testing.
#
test.target = $cxx.target