blob: cfbcda958bd60fc80d76fd4f783a6dcb87b2577a (
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
|