blob: 7b4a007a22d9cb35f9dde72c4984b36e241082fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# file : build/bootstrap.build
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = experimental
using cxx
assert $cxx.features.modules 'c++ compiler does not support modules'
mxx{*}: extension = mxx
cxx{*}: extension = cxx
|