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